Search

You searched for the word(s):
< 1 second(s)
  • Re: DotNetNuke 4.0 and Security

    This is what worked for me. &nbsp; script runat=''server''&gt; &nbsp; Public Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If&nbsp;&nbsp;&nbsp;&nbsp;DotNetNuke.Security.PortalSecurity.IsInRoles(''Administrators'') Then ...
    Posted to ASP.Net Image Gallery (Forum) by gvb on March 19, 2007
  • Re: DotNetNuke 4.0 and Security

    How can I do this in .Net 1.1? &nbsp; &lt; % If CurrentUSer Is Not Admin Then gallery1.ShowUpload= false gallery1.ShowDescription=false End If %&gt; &nbsp; this doesn't work
    Posted to ASP.Net Image Gallery (Forum) by gvb on March 16, 2007