Hello Everyone,
Have some tabs in the multipage control password protected so that when user attempts to select that tab, they are required to submit a password (unless they have done so already [correctly] and their authority level is stored as a public variable (like a session variable in asp.net
Here is code I use so far, but user can see content of protected tab during password enter. Is there anyway to show a tabe but hide the page section of a specific multipage page?
Maybe overlay a tabstrip control?
Dunno what would be best
SecurityCheck is the public variable
Thank you
Bookmarks