Code for rowupdating in gridview
In my custom grid View control I cannot raise the Row Updated event.
I have tried to not override in control and instead use delegates like I described in ... LOL Each time through the code behind I was loading and binding my product table. On Row Deleting - can call registered event handlers" I couldnt figure out how to continue this thread, but the issues in it are related so i'm including it as a reference. I subsequently changed the code behind to explicitly bind to the product table during Row Cancel and Row Edit events. So, the Row Update event didn't fire because there was no indication of a Row Update existing.



In this tutorial we are searching for our Text Box controls txt Product Name and txt Unit Price.