Re: Custumizing Pages based on security status
johndoe_at_driver.net
Date: 04/27/04
- Next message: Sara rafiee: "Re: change password in active directory by webapplication (vb.net)"
- Previous message: Devin: "Custumizing Pages based on security status"
- In reply to: Devin: "Custumizing Pages based on security status"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 26 Apr 2004 21:40:37 -0500
If (IsAuthenticated==true )
{
CustomerUserControl.Visible = true;
}e
else
{ CustomerUserControl.Visible = false; }
You could expound upon this so that users have different roles and thus have
access to different content
Hope this helps - Posting is provided as is
"Devin" <anonymous@discussions.microsoft.com> wrote in message
news:75D23F65-69E1-4B95-88D3-AB4A61333B10@microsoft.com...
>I am trying to create pages that are viewable without a login, but if a
>person does login I want certian pages to display customized content. For
>example, I have a calendar page that loads up to anyone. But on the same
>page I want to restrict showing the hyperlink to "Adding a calendar Event"
>to someone who logs in with that permission. How can I do this because the
>login examples i have found through form based authentication require that
>the whole page is either shown or not show. Is this correct or am I wrong?
>
> Thanks in advance.
>
> Devin
- Next message: Sara rafiee: "Re: change password in active directory by webapplication (vb.net)"
- Previous message: Devin: "Custumizing Pages based on security status"
- In reply to: Devin: "Custumizing Pages based on security status"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|