Data Grid

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

Guest

My page is blank when I run the form with dataGrid. But nothing error at all. The Datagrid take the connection from sqlConnection1 with data adapter and dataset. It's so simple and should be running and I have running the same code in another ASP.NET Server and SQLServer. What happen with my ASP.NET
 
My page is blank when I run the form with dataGrid. But nothing error at
all. The Datagrid take the connection from sqlConnection1 with data
adapter and dataset. It's so simple and should be running and I have
running the same code in another ASP.NET Server and SQLServer. What
happen with my ASP.NET

And you called grid.DataBind()?
 
Back
Top