Guys,

Why, when I add a datagrid control to my screen, can I not get it to show at runtime ???

In a VB.Net windows app, I would set the datasource at runtime to a datatable held in memory, and it would all be cool.

Now in an ASP app I can't even get this datagrid to show ! I just need to show 2 columns, a name and a status. Is the datagrid the right way to go ?

Thanks
Bob