I’ve been trying to figure out how to create an interface that allows users to enter several rows of data and transfer these records to the SQL server database in just one shot. I could not get any better ideas, so I came up with this (see picture below). 
I assumed that the user enters values in the text fields and clicks the add to list button. The values are then filled in the list below with the heading "exhibit lists", and when the add exhibit button is pressed, all values from the list field are transferred to the database.
Well, I’m wondering again whether it is possible to link these values from text fields to a list box and whether it is possible to transfer them to the database.
If it were possible, I would be pleased to know how to do it, otherwise I would be glad if you would recommend me the best way to deal with the situation, otherwise I would have to solve the problem of data entry at that time.
I believe that this website has useful information that can help solve my problem, but I just can’t make the heads or tails of the article ... it looks like I'm almost there, and it disappears. Can everyone read and help me adapt it to my situation? The message below:
http://www.codeproject.com/KB/aspnet/ExtendedGridView.aspx
source share