Raise Event
am 31.01.2008 22:45:20 von ShapperHello,
How to manually raise an event of a control?
For example the Update event of a GridView ...
Thanks,
Miguel
Hello,
How to manually raise an event of a control?
For example the Update event of a GridView ...
Thanks,
Miguel
GridView_RowUpdated(null, null);
OR
GridView_RowUpdated(YourGridViewObject, GridViewUpdatedEventArgsObject);
--
Misbah Arefin
"shapper" wrote:
> Hello,
>
> How to manually raise an event of a control?
> For example the Update event of a GridView ...
>
> Thanks,
> Miguel
>