How can I make Excel like grid in asp.net C# Webform
问题 How can I make a grid like in Excel in ASP.NET WebForms? I would like rows and columns where user can enter data and after a click on a save button the data would be inserted into a database. 回答1: Hope this will help you out to full-fill your requirement.Here I am giving only aspx and c# coding. Create and modify your database and change the code accordingly.Here I am using direct insert statement you can use stored procedure. Table in Database:- page.aspx :- <asp:GridView ID="excelgrd" runat