Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pop up menu

Status
Not open for further replies.

peace2007

Programmer
Aug 16, 2007
8
IR
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top