How to fill a dataset after getting a gridview?
Posted
by user175084
on Stack Overflow
See other posts from Stack Overflow
or by user175084
Published on 2009-12-14T23:27:09Z
Indexed on
2010/05/16
6:10 UTC
Read the original article
Hit count: 183
I have a gridview which has many columns.. the columns are got separately and displayed in a gridview.
now i need to sort this gridview but i cannot do that.... i have found a way but i will need to get the gridview in a datatable or a dataset.... is there a a way to do this?
DataSet ds= new DataSet();
ds = Gridview1.????
please help..
© Stack Overflow or respective owner