This is basically my first attempt at ASP.Net. I am going through one of the ASP.Net Walk Through Projects that comes with MSDN. All I have on the Web Form is a Datagrid that is bound to a pubs database table. Seems very simple but when I Start're up all I see is a blank webpage with no controls.

The source code for the webpage show's that the Datagrid is there. Where, or better yet why isn't the datagrid or any WebForm showing up?