Posted on: 5/27/2015 3:34:45 PM | Views : 664

So I finally have my code compiling fine, and running and appearing to execute properly. BUT if I go back and check the database after the web form should have updated it, the update was not made.  This is my syntax, and I have stepped through the code and verified it is hitting each line and it is "showing" that the line was successful.  However the database does not reflect this.  Two thoughts come to my mind 1) should I capture the value from the bound column Employee Name and pass that to the update query as well?  2) Is my syntax just fubar enough that it will show successful when really and truly the evil trolls are denying the update from taking place?
<asp:DataGrid runat="server" ID="dtgActiveInactiveEmployee" AutoGenerateColumns="false" CssClass="DataGrids" GridLines="Both" ShowFooter="true" Visible="false" OnItemDataBound="dtgAc ...

Go to the complete details ...