Dear All,
I am trying to program to do something once a form with a datagrid is loaded.
But I don't want to use Form event to trigger the action, and I would like
to use datagrid's event to tigger the action, So...
Do anyone know how to do it?
THanks ~
miyakejess
Joyjit Mukherjee - 10 Sep 2004 10:50 GMT
Hi,
is it winform or webform. For webform datagrid there an ItemDataBound event
of the grid that is fired after the databinding occurs. For winforms, there
isn't anything as such.
Regards
Joyjit
> Dear All,
>
[quoted text clipped - 5 lines]
> THanks ~
> miyakejess