Hi Peace2007!!
Great:)
you are using inbuilt dialog box(modal dialog) which is part of the main page too.
wht do u mean by "many users may concurrently press a tab page so the return value cannot be distinguished."??
offcourse this is not the case.every request is separate one ,you can distinguish those too.
hope this link will help you
great link
http://javascript.about.com/library/blmodald1.htm
http://www.netnewsgroups.net/group/m...opic34255.aspx
excellent one,i like it
http://www.codeproject.com/aspnet/mo...select=1795918
Since you don't want to reload the main page
1>user modal dialog, get the value of loginid/pwd
on click of the button you can use ajax/iframe so that you send the login/pwd and validates it ,
after getting response frm the server ,you can set the visibility of tab2<since u don't want to reload the page>
2>just open a div/span tag and make a form having loginid/pwd and submit button,
on click of the button you can use ajax/iframe so that you send the login/pwd and validates it ,
after getting response frm the server ,you can set the visibility of tab2<since u don't want to reload the page>
Cheers :)
vinod