Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i have login form :)
form login have two textbox and one button
i want ,when click the button if the information entered was correct,
login success else try again.
my database is sql2008
thank's
Posted
Comments
Olivier Levrey 23-Feb-11 12:20pm    
What did you try so far? Any difficulty?
TweakBird 23-Feb-11 13:28pm    
No effort?
Sreejith Gopinathan 23-Feb-11 13:43pm    
Please modify your question with the code block which you have tried and failed :)

You write down your own answer it is just a simple
if(condition)
{
    //Login Successful
}
else
{
    //Login Unsuccessful
}
 
Share this answer
 
v2
See these links, Might be useful

Validate-username-Password-using-Login[^]

P.S: Google is always your friend, See Google Results[^]
 
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