how to create textboxes dynamically and insert textbox text
into sql database
Answer Posted / aravind
TextBox1 = new TextBox();
TextBox1.ID = "TextBox1";
TextBox1.Style["Position"] = "Absolute";
TextBox1.Style["Top"] = "25px";
TextBox1.Style["Left"] = "100px";
Form1.Controls.Add(TextBox1);
and using
insert into columuname value ("+ textbox1.text+")
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
What permissions do asp.net applications posses by default?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Explain the steps to be followed to use passport authentication.
How many types of validation are there?
Explain parts of assembly?
What's the ASP.Net Application life cycle?
Which is the parent class of the ASP.NET server control?
How to Separate background image and front image from original picture....
How do u deploy your asp.net application?
In the Repeater control which way you can edit?
What is application state?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
How would you implement inheritance using c#?
14. What are your Future Plans for Swatz Oils GROUP U.K?
How Can assign alias name for ASP.NET Web API Action?