|
Rank: Advanced Member Groups: Member
Joined: 10/20/2008 Posts: 75
|
Hello, Can I access to an object value that is in the page specified in contentUrl property? like:
CType(Dialog1.FindControl("mygridview"), GridView).SelectedRow.Cells(0).ToString
thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can not because it belongs a different page.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 10/20/2008 Posts: 75
|
And can I close the dialog from the content url Page?
How can I pass a value from content page to page that has call the dialg?
An example is a page of customer details that throw a button open correctly the dialog, choose the new custmer in a gridview in the content url page and then pass the index of the customer that i've selected to the first page!
thanks...
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to look into cross frame JavaScript in general. It will have nothing to do with the dialog.
Thanks
|
|