This is a migrated thread and some comments may be shown as answers.

Redirecting to Another Page

1 Answer 78 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Tin
Top achievements
Rank 1
Tin asked on 12 Jan 2013, 05:56 AM
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

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 16 Jan 2013, 05:06 PM
Hi Tin,

I am no quite sure if I understand the scenario correctly:

If non of that is the case, could you provide more detailed information regarding the specific scenario? A sample fully runnable project would be of great help in solving the case.

Regards,
Vesi
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
PanelBar
Asked by
Tin
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or