what are the possibilities of displaying items in a listbox.

Posted by Selase on Stack Overflow See other posts from Stack Overflow or by Selase
Published on 2011-01-13T16:43:14Z Indexed on 2011/01/14 7:53 UTC
Read the original article Hit count: 290

Ive been trying to figure out for a long time now how to create an interface that can allows users to input several rows of data and passed those entries into an sql server database all at one shot. i could not get any better ideas so i came up with this.(see picture below.) alt text

so what i envisioned is that the user enters values in the textboxes and hits "add to list" button. the values are then populated in the list box below with the heading "exhibits lists" and when add exhibit button is pressed, all values from the list box are passed into the database.

Well am left wondering again if it would be possible to tie this values from the texboxes to the list box and if id be able to pass them into the database.

if it were possible then id please love to know how to go about it otherwise id be glad if you can recommend a better way for me to handle the situation otherwise id have to resolve to data entry one at a time.:(...

Counting on you sublime advise. thanks.

I believe there is some useful information from this website that can help solve my problem but i just cant make head and tail out of the article...it seems like am almost there and it skids off...can everyone please read and help me adapt it to my situation..thanks..post below

http://www.codeproject.com/KB/aspnet/ExtendedGridView.aspx

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET