Ask a Question related to ASP.NET General, Design and Development.
-
Tony #1
question on access control
Hi, I am a newbie, currently i am doing a project, upon user login, there
will be 3 or 4 levels of previleges of access to the system, that is, for
example, User A can only access 1.aspx, 2.aspx, User B can only access
2.aspx and 3.aspx. User C can access all.
Anybody can give me a hint how to do that? use cookie or what?
Thank you very much for your reply.
Tony Guest
-
user control problem access value from user control to a page
Thanks a lot for paying attention to my problem , i tell u the problem i have a main form in which i gave a login label that points to a... -
Access User Control value during Page_Load
ASP.NET - C# (User Control) I have a drop-down as usercontrol. In the user control's Page_Init , the drop down gets populated. The... -
How to access an event of a custom control??? Thank you!
Could you please post your reply? Thank you I'm trying to resolve why my custom image button control with a custom eventargs class will not fire... -
access html control with javascript
Hi, I've got a HTMLTable in my user control.I wrote a Javascript function and try to edit cells in that table and I get this error: Table1 is... -
How to control web access by user?
I'd like to control the access to the internet on a individual computer using different logins. Is this possible using XP? -
Yangtsi River #2
Re: question on access control
u can use session, u give a session representing his access level to the
visitor,then in your every page,u can check this session varible to make
sure that he is allowed to visit.
in fact,session is a kind of cookie too, the difference that session
varibles lived in a short period of time.
Yangtsi River
China
"Tony" <gdxing@hotmail.com> дÈëÏûÏ¢ÐÂÎÅ
:OFjma5EQDHA.1584@TK2MSFTNGP11.phx.gbl...> Hi, I am a newbie, currently i am doing a project, upon user login, there
> will be 3 or 4 levels of previleges of access to the system, that is, for
> example, User A can only access 1.aspx, 2.aspx, User B can only access
> 2.aspx and 3.aspx. User C can access all.
>
> Anybody can give me a hint how to do that? use cookie or what?
>
> Thank you very much for your reply.
>
>
Yangtsi River Guest



Reply With Quote

