Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i hv a button,dropdownlist,and gridview. and i want that when i select any option dropdownlist . then the releted data is show into gridview ..plzzz help me
Posted
Comments
bbirajdar 14-Sep-12 2:19am    
You need to join a basic training program in asp.net and C# programming. Programming is not what somebody opens a visual studio and starts writing a website...

I hope you are able to load the dropdown list with desired data. Now on SelectedIndex_Changed event of the dropdown, bind the gridview. You will find 1000's of examples over the internet.
Go through following link:
how-to-bind-gridview-and-dropdownlist[^]
 
Share this answer
 
Why repost? Follow the answer given by me here: i m new in asp.net.i hv a button,dropdownlist,and gridview.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900