How can I control GridView Column From Drop Down List SelectedIndexChanged Event?
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.
Rahul SinghPosted Nov 25, 2014, 4:03 AM
If I understood you correctly, then probably on dropdownlist changed event we can populate the Dataset\ DataTable and bind the gridview, but the gridview must be autogenerated in this case or in other words its AutoGenerateColumns property should be set to true.
Tin GyiPosted Nov 25, 2014, 3:02 AM
Manish Kumar ChoudharyPosted Nov 24, 2014, 10:54 PM
Read these links, it will help you
http://highoncoding.com/Articles/125_Accessing_DropDownLists_inside_the_GridView_Control.aspx
http://www.codeproject.com/Articles/53559/Accessing-a-DropDownList-inside-a-GridView