How to Insert a TextBox value in to Sql database using
C#.Net coding
Answers were Sorted based on User's Feedback
Answer / jayatirtha joshi
assign the textbox valuu to a string than using sqlcommand
in c# writing insert querry . insert the value into the
database.
ex; sqlcommand cmd=new sqlcommand("insert into emp values
('"+textbox1.text+"'),con");
cmd.executenonquerry();
| Is This Answer Correct ? | 24 Yes | 3 No |
What are the Main Features of .NET platform
What is asp net framework?
What is connected scenario? : Entity framework
What is mapping in entity framework? : Entity framework
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
What is Differnce between html.action and ajax.action?
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?
6 Answers Infosys, Microsoft, MMTS,
Which version of .net framework is installed?
what is the use of final method
Why do you need to serialize
Where are the routing rules defined in an asp.net mvc application?
Can you explain renderbody and renderpage in mvc?