How to redirect back to Default page from content Pane .
I used Ajax Manager Redirect . But it can't achieved my purpose. Called default page is in order to refresh the page. Now when I call the Default page show inside the ContentPane .How can I refresh the whole page ?
if (Session["DirString"] != null)
{
cDealLead = Session["cDealLead"].ToString();
}
else
{ radAjaxMgr.Redirect("Home.aspx"); }
I am appreciate your time and helping me .
Thanks and Regards,
Tin
I used Ajax Manager Redirect . But it can't achieved my purpose. Called default page is in order to refresh the page. Now when I call the Default page show inside the ContentPane .How can I refresh the whole page ?
if (Session["DirString"] != null)
{
cDealLead = Session["cDealLead"].ToString();
}
else
{ radAjaxMgr.Redirect("Home.aspx"); }
I am appreciate your time and helping me .
Thanks and Regards,
Tin