TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
pacifiermax
NA
31
0
Login page with MS SQL for C#
Mar 28 2005 12:31 PM
Dear all, i want to create a login page for my ppc application in C#. basically, i wll link the login page to SQL server for username and password verification. so i want to know how we write the code to verify the password at SQL server asuming my server name is "tech" and my database is "password" so we should have somethign like this sqlConnection = new SqlConnection; Data Source="tech", Initial Catalog="password"; but the thing is, how to verify the password ??? Thanks all !
Reply
Answers (
27
)
RichTextBox formatting
Ideas for Updating DATA received from the client