Edit/Update not saving data
Posted: Tue 02 May 2006 16:45
This is the code that I have. Whenever I edit then update, it does not save the data to the file. Can someone tell me what I am doing wrong?
Thanks,
Updating Data Using GridView
"
EnableCaching="True" SelectCommand="SELECT id, title, svalue FROM serving"
ProviderName=""
UpdateCommand="UPDATE serving SET title = ?, svalue = ? WHERE id = ?">
Thanks,
Updating Data Using GridView
"
EnableCaching="True" SelectCommand="SELECT id, title, svalue FROM serving"
ProviderName=""
UpdateCommand="UPDATE serving SET title = ?, svalue = ? WHERE id = ?">