Dynamic Dialog Box
Hi,
I'm developing an application in C# ASP.NET. I have a few tab pages in my web page. When a user clicks on a tab I want to display a dialog box asking for password then verify the password and if correct open the selected tab page.
(my tab control is asp control)
Actually, I'm opening a dialog box using javascript but cannot return the value from that box into code behind page, because, many users may concurrently press a tab page so the return value cannot be distinguished. On the other hand, if I return the value to server.aspx I have to reload the page which I don't want.
Any idea is appreciated
|