hello everybody ,
1.i am using asp login control(in login.aspx page), login view and login status(in masterpage.master) in my project.
2. on the click event of the login button i am using my sql server database to compare it with the username and password of the login control
3.the problem is i am getting a 'login attempt failure' message on clicking the login button.
4. and if i hardcode the username and password instead of using sql database , i am logging in without error but then i'm not getting the username on my master page header by using login name control...
this is my first post so pls correct me for any incomplere statements....... i want all these 3 controls to work together correctly....pls help.....do i need to upload my project files??....