Forum: ASP.NET2.0 |
Thema:
AW: AW: AW: WebControl rollen-/benutzerabhängig anzeigen? |
Von:
Bernhard Grojer (
12.01.2007 10:40) |
zB Im Page_Load Event:
If Not Page.IsPostBack Then
If HttpContext.Current.User.Identity.Name = "Michael" Then
PnlWithEditor.visible = true
else
PnlWithEditor.visible = false
End if
End IF
Betreff |
Von |
Datum |
|
|
Manfred
Makosch
|
12.01.2007 12:11 |
|
|
Bernhard
Grojer
|
12.01.2007 13:02 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!