GridView

S

shapper

Hello,

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

Thanks,
Miguel
 
C

c.nateghi

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

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

Top