window.showmodaldialog doing actions in another aspx page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • charithstudy
    New Member
    • Nov 2008
    • 2

    #1

    window.showmodaldialog doing actions in another aspx page

    Hi All,
    In ASP.NET , I am using window.showModa lDialog method to open a modal window. But when I try to do some processing in the modal window, it opens up another window. Like i have to change password ,iam entering new password and cliks submit button then it opens up a new window and doing process there.i want process to be done in showmodaldialog box only. because iam opening showmodaldialog in main window, until i close modaldialog operations should not be done on mainpage. as i told early when i click submit or reset it opens aspx page in another page and performing operations there, this showmodal dialog is stays like that.

    Pls help it's urgent.

    Thanx and Regards
    charith
Working...