user.isinrole in user control

  • Thread starter Thread starter Somyos Jinkow
  • Start date Start date
S

Somyos Jinkow

why ? i use User.IsInRole in user control (file.aspx). I use ASP.NEt code
behide.
 
dear somyos

your question is not clear. do you mean Users.IsInRole is not working. it wont, if you use it in a user control

when using it in a usercontrol you have to say Page.Users.IsInRole.

get back if thats not working or thats not what you wanted
 
Back
Top