| Author: ANIL PANDEY 19 Aug 2008 | Member Level: Diamond | Rating: Points: 0 |
hello,
for maintainig this u can use the Session objects.
As the use login to the system Strore the details in the Session object and then u can use the value of that where ever u want to use.
like in login page
Session["ID"] = strAdminUserDetails[0].ToString(); Session["UserType"] = strAdminUserDetails[1].ToString();
Regards Anil
Thanks & Regards Anil Kumar Pandey
|