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

On doPostBack page refreshed

3 Answers 48 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Velkumar
Top achievements
Rank 2
Velkumar asked on 21 Sep 2011, 01:32 PM
Hello,

                I have a aspx page with four ascx controls. In one of the control i have three buttons, one grid and one tree. i have used the radajaxmanagerproxy for ajax operation. In one of the button's clientclick function i called doPostBack function. The entire page is refreshed when i called the doPostBack function, ajax is not working in this situation. I am using radajaxmanager in my aspx page so i use radajaxmanagerproxy in my control for ajax. Radajaxmanager has only the property ajaxrequest.Please give the solution for this problem.

Thanks,
Velkumar.

3 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 23 Sep 2011, 03:55 PM
Hello Velkumar,

It's expected that when you call doPostBack a full post-back will occur. In case you want to initiate an ajax request you should reference the RadAjaxManager and call its ajaxRequest method as shown in this help article here.

Best wishes,
Dimitar Terziev
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
0
Velkumar
Top achievements
Rank 2
answered on 24 Sep 2011, 07:26 AM
Hello,

I have using radajaxmanager in my aspx page but i am using radajaxmanagerproxy in my control( ascx page). We can use the ajaxrerquest only in radajaxmanager. can we use the ajaxrequest in radajaxmanagerproxy?. how we can use the ajaxrequest in radajaxmanagerproxy. RadAjaxmanager has the property ajaxrequest but there is no ajaxrequest property in radajaxmanager proxy. so plaese give me a solution for this problem.
0
Dimitar Terziev
Telerik team
answered on 29 Sep 2011, 03:18 PM
Hello Velkumar,

Please refer to the following help article giving information how to initiate an ajax request when using RadAjaxManagerProxy.

Kind regards,
Dimitar Terziev
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
ScriptManager and StyleSheetManager
Asked by
Velkumar
Top achievements
Rank 2
Answers by
Dimitar Terziev
Telerik team
Velkumar
Top achievements
Rank 2
Share this question
or