From rowupdating
01-Oct-2020 21:44
The hash key is the key of corresponding column and the value is the new value to be set.
Unfortunatley, I can't drop the dynamic creation, as this app is used to maintain three different systems, and being defined by an XML configuration file, means that the page can be used to maintain multiple tables.
A common way to use these collections is to HTML-encode the values supplied by the user before they are stored in the data source.
The event handler receives an argument of type SQLite Row Updating Event Args containing data related to this event.
A Grid View Update Event Args object is passed to the event-handling method, which enables you to determine the index of the current row and to indicate that the update operation should be canceled.
To cancel the update operation, set the collections, if necessary, before the values are passed to the data source.Background I am sharing this because I see in the forums a lot of questions based on how to get the value from the gridview object, and I know the reason behind that.