Datagrid Load

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top