DataGrid Doesn't Display

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hi. I've put a DataGrid onto my web form. In the Page_Load event, I
assign a datasource to it (a DataSet containing a 1500 table).

However, the DataGrid doesn't appear when I request the page. Any ideas
why?

Dan
 
Did you remember to call Databind?

MyGrid.DataBind()

- Marc
 

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