G
GaryDean
The title of this post is the subject of an MSDN article at:
http://msdn2.microsoft.com/en-us/library/c4245bb4(VS.80).aspx
The article describes generating a sqldatasource that has select, update,
delete, and insert statments and basically accomplishing maintenance through
a datagrid with no coding. The problem is that, like earlier 1.1 articles,
it doesn't work. The edit button opens up a textbox and allows a new entry
but no update occurs.
Back in 1.1 we had to execute the stored procedures ourselves in code in the
rowcommand event.
Do we still have to do it the old fashioned way or does the gridview
actually somehow have this advertised updating capability?
Thanks,
Gary
http://msdn2.microsoft.com/en-us/library/c4245bb4(VS.80).aspx
The article describes generating a sqldatasource that has select, update,
delete, and insert statments and basically accomplishing maintenance through
a datagrid with no coding. The problem is that, like earlier 1.1 articles,
it doesn't work. The edit button opens up a textbox and allows a new entry
but no update occurs.
Back in 1.1 we had to execute the stored procedures ourselves in code in the
rowcommand event.
Do we still have to do it the old fashioned way or does the gridview
actually somehow have this advertised updating capability?
Thanks,
Gary