datagrid NOT VISIBLE in webform ???

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi,

I use a datagrid in a webform but the grid is never visible in the browser
(only at design-time is it visible).
Using it in a Winform : no problem.

How come ?

Thnx

Chris
 
You need to populate the datasource in an event like page_load and
then call the grid's databind method.
 
Chris,

Have you called the DataBind() method?

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
 
Back
Top