Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to create leave request form. For this set login setup By using company Email id and password. How to get that email id and password and check. After that email is default for from address.

How can i do this? Can you help me?

Thank you,

Regards,
Sangeetha.
Posted

well one suggesion is to use a database if you are having differnt users. or form authentication if there is only one user.
 
Share this answer
 
v2
While login you have to check email id and password from the database and maintain session variables for userid,useremail like this so that you can use session until browser closes. By session variables for dispalying emailid in email text box as default.
 
Share this answer
 
Comments
anusangeetha 21-Dec-11 1:15am    
i having email id and passwords are in company server system. I cannot get that database. How can i check that and redirect the page or visible the panel. can give some sample code for reference.

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