Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
i have created admin,staff & member module...i already put some information of a member in staff module..now i want to get the member information in member module when login to the particular member.....not others information...
Posted

1 solution

use session...like
if admin then set session value a..
is stadd than s
and m for member...

session example
_________________
http://www.aspdotnet-suresh.com/2012/11/aspnet-session-state-example-in-c-vbnet.html[^]

in database set usertype ...
like uid--avik
pswd--123
usertype--m
 
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