Posts Tagged ‘gridviewupdateventargs.cancel’
GridView and Updating A Row Manually
A couple of days ago I mentioned a project that I’ve been working on that is a bit out of the ordinary as far as GridViews go. One of the issues I’ve had is that the edit template doesn’t map to the view template very well.
OK, it doesn’t map at all.
You see, the data that gets stored back to the database during the edit could go to two of four different tables. But the view is generated from a stored procedure that gathers the information from those tables and makes the result look like it came from one table.
So how do you have the GridView update the database under these conditions?
Other Related Items:
Extra Wide Brown Folding Zero Gravity Chair ReclinerIf you are looking for a relaxing lounge chair that eases away the tension in your back, our zero gravity patio chairs are just what you need. Modeled... Read More >
Beginner's ASP.NET in VB.NET 2003 on DVDASP.NET (VB.NET) 2003 represents an important technology for building enterprise level web applications. Learn the basics of ASP.NET development as yo... Read More >
If you're new here, you may want to subscribe to the mailing list to get notifications of new post and a virtual tour of past topics. Thanks for visiting!

