Hi there,

I'm building a web site using C# in visual studio and I'm using a SQL server 2005 database.

I have several declared variables which are assigned variables at runtime. However i wish to view these values in a gridview for editing by the user before i write the values to the database. At runtime i want to populate the gridview with several rows of data before giving the user the opportunity to delete/modify the contents before i commit the data to my database.
Any help would be much appreciated,

Thanks,

Adrian.