Raise Event

Hello,

How to manually raise an event of a control?
For example the Update event of a GridView ...

Thanks,
Miguel
Shapper [ Do, 31 Januar 2008 22:45 ] [ ID #1920777 ]

RE: Raise Event

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
>
MisbahArefin [ Do, 31 Januar 2008 23:59 ] [ ID #1920791 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Raise Event

Vorheriges Thema: UpdatePanel
Nächstes Thema: Application Setting