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 |
how to create session in .net
What is the .net framework 3.0 (formerly winfx)?
What is IL
Hi my name is sahil. i did my bsc in 2008 n did marketing jobs thereafter. bt nw i wanna learn .net to enter IT field. Ive heard deccansoft,secbad is the best inst. for .net. bt do they provide placement?? as im not a fresher so will i be hired by any company..??
What is page life cycle?
What is razor code?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
mention what is the difference between ado.net and classic ado?
What is disconnected scenario? : Entity framework
How we can invoke child actions in ASP.Net MVC?
Why do I get errors when I try to serialize a Hashtable
What are the types of assemblies