I want to fill my gridview1 with DropDownList1.
DropDownList1 is one column in one table, about 2000 hyperlink addresses in text or varchar whatever.
The GridView1 needs to show the actual hyperlink address in a real hyperlink format. which will take 2 tables joined. I am using a template within my gridview.
I have everything working except the DropDownList1 will not update the gridview based on selection.
I need to figure out how to do this part on the cs file. Please help????????????
Vincent Maverick DuranoPosted Apr 29, 2015, 10:26 AM
Note: Make sure to set AutoPostback to TRUE in your dropdownlist to trigger the selectedindexchanged event.
Ravi KumarPosted Apr 15, 2015, 11:44 PM
on selection of item in drop down.
you want to display the grid view details.
this way means you can do in drop down selected index changed event.