I have a RadTabStrip + RadMultiPageView + RadPageView on mainpage.aspx
My RadPageView is utilizing ContentURL="somepage.aspx"
On mainpage.aspx I have a refresh imagebutton that has an onclientclick="refresh(); return false;"
inside of the
function refresh()
{
blah;
}
I am wanting to make a call to a JS function on RadPageView somepage.aspx
How can I do this? I am not seeing any examples where you are going from the parent to the child, its all showing the child to the parent.
Thanks
My RadPageView is utilizing ContentURL="somepage.aspx"
On mainpage.aspx I have a refresh imagebutton that has an onclientclick="refresh(); return false;"
inside of the
function refresh()
{
blah;
}
I am wanting to make a call to a JS function on RadPageView somepage.aspx
How can I do this? I am not seeing any examples where you are going from the parent to the child, its all showing the child to the parent.
Thanks