Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I'm trying to create a form where the user gives number to generate textboxes. when for example the user enters 3 into textbox, three text boxes get generated in the new frame. now when the user write data into these text boxes I want it to be saved in SQL database. please help me into this.In Web Application.

What I have tried:

I'm trying to create a form where the user gives number to generate textboxes. when for example the user enters 3 into textbox, three text boxes get generated in the new frame. now when the user write data into these text boxes I want it to be saved in SQL database. please help me into this.
Posted
Updated 11-Apr-17 3:06am
v2
Comments
Karthik_Mahalingam 8-Apr-17 3:50am    
windows? , web ?
Use Improve question to add more info to the question.
Member 12220589 8-Apr-17 6:17am    
Sir,
i am Using Web.Please help me.
Karthik_Mahalingam 8-Apr-17 6:21am    
be more specific
asp.net? , mvc ?
show the code what you have tried
[no name] 8-Apr-17 7:48am    
Help you with what? Get the text from the Text property of the TextBoxes and stick in your database. Hundreds of thousand of examples on the internet would show you how to do that.
[no name] 8-Apr-17 21:01pm    
Add your code here what you have tried? Where do you stuck?

1 solution

 
Share this answer
 
v2

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