I have a big table that I need to develop it as a part of an ASP.NET web application. The data will be retrieved from the database. instead of viewing the data directly. I want through the C# to determine each cell in GridView and determine the what it will be displayed. Also, for editing and inserting the data, to do that programmatically (code-behind) since I am using a storedprocedure. I am thinking to do the insertion and editing for this gridview by using the checkbox.
Could you please provide me with the useful resources to do this?