hi,
iam working in Web application in ASP.if i select one item in Dropdown list, then immediatly that item information is displayed in gridview?how?plz help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Nov 10, 2009, 5:09 AM
First set the AutopostBack="True" for you Dropdownlist...
then on its Selected_index_Changed event write this code:
And Done.... Enjoy Coding..
=========================
If you like this answer please chekc the "mark it as a s answer"..