hey, i meed to do a school project in asp.net and i am relly bad,
i need to connect database to a login (i use visual 2008 and sqlserver 2005),
this is the start poin, pls help me whith this, thanks
Recommended Answers
Jump to Posthi, please add the follwoing code in you aspx.cs page.
Step 1 : Add Namspaceusing System.Data.SqlClient; using System.Data;
Step 2 : Make Sql connection.
Step 3: Pass the sql command to database//Write this code to create Sql connection. SqlConnection conn …
All 8 Replies
pinkygirl
-3
Junior Poster in Training
miwa1
0
Newbie Poster
abelLazm
183
Postaholic
pinkygirl
-3
Junior Poster in Training
miwa1
0
Newbie Poster
pinkygirl
-3
Junior Poster in Training
miwa1
0
Newbie Poster
crishjeny
-10
Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.