-
The easiest method I found was to just create a UI that inherits the GridView. Inside that, override the Row_Updating and Row_Editing event methods. This will only work if you use the same code over again. Your other solution would be to create static methods and delegates that can be added to the Row_Updating and Row_Editing events so that they will be called when the event is thrown. This would mean only 2 lines of code for each gridView versus the separate function pair for each gridview.
by dudeserius on 7/29/2008 1:03:04 PM
-
Please log in to refactor the code!
Login