Before anyone ask I know what I'm about to describe would be easier coming from a database and then displaying the information. I am trying to get a better feel and understanding for different methods.
What I am trying to accomplish is a user would select from a dropDownListBox is a category the push a search button and the category would repersent an index that would go to a class or in the main in the code-behind page and pull the information with the category ID displaying it in a listBox or a text box with mulitple lines. So say a user was to pick "hiking boots" and the display box would just display a list of different hiking boots.
This is just a way for me to really have a feel to make a list use a type of control to select from and then display in a box of some sort then planning to move it to a database. So if anyone has any idea which might be better to get fimilar with&nbs ...
Go to the complete details ...