Saturday, August 3, 2013

UI + Web Service + DAL to authenticate a login page of a website

Can anyone give me a solution, i'm trying to create a Login page which allows entering LOGINID and PASSWORD, i have created a table with some 5 loginid, passwords and username. now on clicking SUBMIT button of the login page, the button_click event should call a webservice methods, which in return should call Data Access Layer's Class Library methods and this should look into the database for validation of id password entered and should display the message "Welcome + "username" " on the login page. How do i do this can anyone explain???

No comments:

Post a Comment