Thursday, July 30, 2009

How to connect the ASP.NET codes with the SQL express 2005 codes (backend)?

How to connect the ASP.Net 2005 codes with the SQL express 2005 codes (backend) and how to create accesses for updations, to edit, insert, to delete in the end product.

How to connect the ASP.NET codes with the SQL express 2005 codes (backend)?
Go to this site. It has entire tutorial for .net.





http://www.w3schools.com/aspnet/default....
Reply:I think u need the connection string for the database.





con=new connection("Server=....;Database=.....;I... Security=true;")


con.Open()





U can look into


http://www.connectionstrings.com/ for more deatils in various back ends!!

rose garden

No comments:

Post a Comment