Hi
I have an asp tab control and I need to ask password when user tries to enter to a new tab so I though to open a popup menu on tab control and ask user for password.
Is there any way for that?
Thanks for your reply!
Actually I've done this but since if password is correct I should select the new tab, I have to do that through code behind page functions. That is, I call this from javascript code:
[Ajax.AjaxMethod(HttpSessionStateRequirement.ReadWrite)]
public void CheckRoomPsw(string psw)
{}
but the problem is that I cannot either get access to 'this.controls'or Response.Redirect to other page
Is there any solution?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.