| | |
How do i save values of text boxes to database?
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
Hi again. What i am trying to do is have people be able to input data into various textboxes, multiple times. For example, if there is a field that says name, i want them to be able to put in "bob", and then click next, have that value saved, and then have them be able to input another name. I want all of the values of the textboxes stored, so when they are done, they get sent to a summary page, which shows them the results of what they typed, and then have the data posted intomy database. This presents two problems. One is how should i store the values of the textboxes. I thought about an array list but i wasn't sure. The second problem is that right now i have an arrylist that is catching the values (this is not working, so will need to change it later), but when I go to the summary page, i get an error saying that the nvarchar can not be converted to an int value. My database does have int value columns, but my program needs them. I am at a standstill. If this is unclear, please let me know, and I will paste in some of my code. Than you so much!
![]() |
Similar Threads
- Error connecting to database (ASP.NET)
- The Datagrid: How does one fill text boxes in edit mode with their original content? (ASP.NET)
- Cursor control in text boxes: (HTML and CSS)
- Problem in getting values of a text area by row and column wise (ASP)
- link text boxes with listbox (VB.NET)
- how do i display updated records from database (Java)
Other Threads in the VB.NET Forum
- Previous Thread: Issue related to combobox....
- Next Thread: How to use data in SQL Server 2000 to build bar chart using MS Chart ?
| Thread Tools | Search this Thread |
"crystal .net .net2008 2008 access add advanced application array assignment basic beginner box browser button buttons center click code combo convert cpu cuesent data database datagrid datagridview datetimepicker designer dissertation dissertations dissertationtopic dosconsolevb.net eclipse editvb.net employees excel exists firewall forms html images isnumericfuntioncall listview map math memory mobile module msaccess mssqlbackend mysql navigate net number opacity open pan pdf picturebox picturebox2 port print printpreview record regex reuse right-to-left save search serial settings socket sorting sqldatbase sqlserver storedprocedure temp textbox timer timespan transparency txttoxmlconverter upload useraccounts usercontol vb vb.net vb.nettoolboxvisualbasic2008sidebar vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web wpf wrapingcode xml





