ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
That allows you to search for products or even choose the Brand and then it shows in the Category box what categories are for the Brand you just chose, then press submit, and it shows the products from the search. Can anybody help me out.
You would have to populate the brand drop down list. Then set the autopostback property to TRUE. Then in the seletedindexchanged event of that drop down, query the DB and populate the categories dropdownlist based on the brand selected.
I have some code, that is the way I want it to work, but the post back is not working properly. I was wanting to know if I could send the code to some of you to have a look and see why.