problem with window.showdialog

Komalj

Member
Joined
Aug 24, 2004
Messages
14
Programming Experience
1-3
Hi
I have Page1.aspx, which is used to open a dialog page2.aspx...which contains controls..when i clcik a button on the dialog window i.e page2, it opens another instance of page2...is there a way to avoid it?
i dont want to use window.open...because when page2 dialog closes...it does not return to any event of page1, where in which i need to perform some functionalities.
please help
 
Back
Top