Click here to Skip to main content
15,900,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
I have a web form , first page contains personal details 2nd page educational detaila and last page contains other work details. Submit button is in the last last page. So if stopped in middle ( ex: 2nd page) it should save all the data entered till that time.

So by using textbox_textchanged event i have to do insert command for each textbox.  How can i do that in other ways ?
Posted
Updated 26-Oct-13 0:32am
v3
Comments
Kenneth Haugland 26-Oct-13 6:20am    
On text change events?
Member 9131919 26-Oct-13 6:28am    
In my form many textboxes are there . So it is diffciult to do text change event each time. How will i save these to my database each time

for that you have to check that whether that particular value has been entered before or not and then after if value is there then provide directly that value other wise user is already entering the value.
 
Share this answer
 
Comments
Member 9131919 26-Oct-13 6:26am    
How i will save these input values to database tables one after the other without submiting.
bjdestiny 26-Oct-13 6:28am    
well in that case you have improve your question and add your exact problem + your code so that we could imagine what is the exactly.?!
Member 9131919 26-Oct-13 6:31am    
okay thanks, i have made the changes to my question
You can save this when user clicks to navigate two another page on that click you can save data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900