Generate Gridview Based on Columns in Table of Sql server
generate Gridview Template dynamically Based on Table Columns of Sql Server i have 70 tables
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.
Khargesh RajputPosted Apr 15, 2015, 6:55 AM
find dropdown control id and bind your Dropdown
You have to give Commandname in aspx when you click to edit
suppose you have give Coomandname="BindDDL"
then
OnRowCommand
if(e.CommandName.Equals("BindDDL")
{
Bind data here
}
muthukumarPosted Apr 15, 2015, 6:51 AM
Tom MohanPosted Apr 15, 2015, 6:27 AM