Click here to Skip to main content
15,909,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone

I just started learning MVC two days back and started trying out some basic database operations, was successfull in performing insertion and selection queries, but i didnt get how to perform sql update operation. I mean i have to use "Update tablename set columname=value" and update the database. I need to do this without using Entity framework, i.e i am creating table using sql server and connecting to it using sqlconnection object and ado.net concept.

Thank you
Posted

1 solution

Yes I got the solution. I use linq to sql concept it works greate. Thanks for ur support
 
Share this answer
 

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