Hi All,

I'm brand new to asp.net 2.0, and have a simple task of just creating a quick and dirty data entry form with SQL Server 2005 on the back end. I added a gridview to my form, and I can populate it dynamically by choosing from a dropdown that I populate dynamically from the database sys.tables table.

When I choose a table from my dropdown, poof, the gridview is beautifully loaded with all the columns and rows,...