I have a grid view which contains 100 rows and 10 columns.....
how to raed 1,2,3(coloums) and display in textbox
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.
GhazyPosted Feb 10, 2013, 9:19 AM
cols.Clear();
for (int i = 0; i < 3; i++)
cols.Add(datagrid.Columns[i]);