how to retrieve data from database after u select from the drop down list?
can give the example of source codes?
Printable View
how to retrieve data from database after u select from the drop down list?
can give the example of source codes?
http://samples.gotdotnet.com/quickst...sOverview.aspx
What you would do is to substitute the value you get from the dropdownlist into your query/stored procedure parameter.