Sir,
I have an one text box in that text box i am enterning integer value on the basis of interger gridview columns are created. My problem is in that columns i want to create dynamical dropdown with data..
Please 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.
krishna chaturvediPosted Jan 17, 2013, 12:06 AM
on rowdatabount-
goto columns and create- dropdownlist li=new dropdownlist();
li.id="";
get data into dataset or datatable
li.datasource=tablename;
li.datatextfield="field_name";
li.datavaluefield="field_name"
li.databind();
I hope it helps you .
GhazyPosted Jan 16, 2013, 8:46 AM