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

State Maintanance In Ajax

1 Answer 43 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
suneetha
Top achievements
Rank 1
suneetha asked on 21 Sep 2010, 10:11 AM
Dear Telerik Team,

We were evaluating telerik ajax for one our major project.

We want a feature such as Maintaining the state of some additional Key-Value collection for the whole life cycle of the Ajax Panel or AjaxManager.

We are in a requirement of loading UserControls dynamically in the page where as we will be in requirement of storing the values from the UserControl some where which should not be in ViewState or should not be burden for page loading (performance on loading the page).

And also we should be able to read this key-value collection from the client side & server side.

Is there any supporting feature available in the Telerik Ajax. Please guide in this regard.

Thanks,

Suneetha.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 24 Sep 2010, 08:30 AM
Hello,

Please note that the main idea of Ajax is to transform traditional synchronous postbacks to asynchronous call back requests. It could not be responsible for maintaining anything on the page. The ASP .NET actually provides several mechanisms for maintaining data like hidden fields, View State, Session or Cache. I would suggest you to use some of these mechanisms in order to cover the required functionality of your page.


Kind regards,
Maria Ilieva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
suneetha
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or