Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to Insert a TextBox value in to Sql database using
C#.Net coding

Answer Posted / abcd

sqlcommand cmd=new sqlcommand("insert into dept values
('"+txtbox1.text+"'),con");
cmd.executenonquerry();

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a model in programming?

1047


Is dapper better than entity framework?

1023


Can we change web.config settings from iis?

1134


What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

1154


what is complex type?

1049


What is controllercontext?

1093


What is difference between Viewbag and Viewdata in ASP.NET MVC?

1091


Explain the use of Inversion of control (IOC)?

1094


Which .net framework is installed?

1011


If I have multiple filters implemented, what is the order in which these filters get executed?

975


What is difference between viewbag and viewdata and tempdata?

1065


What is disconnected scenario? : Entity framework

1114


How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?

1066


How to use multiple submit buttons in asp.net mvc?

1254


What are Action Methods in ASP.NET MVC?

1177