QUOTE(gsrc @ Jan 30 2009, 10:28 AM)
I wanted to save the whole changes done to the dropdownlist and the date, so when user clicked the SAVE button, the whole table will be saved, but I am having problem doing it. Can anyone help?

I've tried the following but in vain. No update were done.
Am I looking at the right place? Should I be saving the dataset instead of saving the gridview instead? Any help would be appreciated thanks.
hi
I've tried the following but in vain. No update were done.
CODE
Dim i As Integer
While (i < GridView1.Rows.Count)
GridView1.UpdateRow(i, False)
i += 1
End While
While (i < GridView1.Rows.Count)
GridView1.UpdateRow(i, False)
i += 1
End While
Am I looking at the right place? Should I be saving the dataset instead of saving the gridview instead? Any help would be appreciated thanks.
check your code under the aspx file, u need update command (SQL) for ur UpdateRow to work.
if u do not have, i suggest u save the dataset.Datatable instead.
Jan 30 2009, 10:32 AM

Quote
0.0151sec
0.81
6 queries
GZIP Disabled