GridView

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

In which grid view event should I define the datasource and run
databind of a gridview?
Init or Load?

Thanks,
Miguel
 
I do the databinding in the Page_Load event, and define the datasource
on the .aspx page itself..
 
Back
Top