Is it possible to expose a function
or a Datalist/Datagrid event handler like say
DoItemUpdate ( Sender, Eventargs ) to be used in another
another page or user control
The DoItemUpdate is attached to the OnItemUpdate event of
the Datalist.
I know that the DoItemUpdate can be a Public function and
it will be accessible but the problem is what do I pass
for the arguments Sender and Eventargs so that the code
within the DoItemUpdate actually work as though it was
triggered when an update button was clicked from within
the datalist.
Any help will be appreciated.