Rank: Member Groups: Member
Joined: 2/5/2010 Posts: 24
|
We are using dialog control for the project.We are setting ContentURL property to open new aspx page in dialog.We want to return some parameter (like Sucessful Save) on click of save button of new aspx page(contenURL page) to the main page or dialog control just like AcceptButton or ClientSideOnAccept.THis requirment is similar to return value of window.open() or show modal. Do we have such property or support for this functionality?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. When you are dealing with two pages, the real question is how to communicate between these two web pages. This would not have anything to do with whether you use a dialog or not. You will want to look into cross page scripting to get more details on that and please keep in mind that if the two pages belong to different domains, then all modern browsers prohibits scripting between these two pages.
Thanks
|