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

Lossing Dynamically Created Grid Data On Page Redirection.

3 Answers 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
TSM
Top achievements
Rank 1
TSM asked on 30 Jul 2010, 06:15 AM
Hi Friends,

                    I have a dynamically created RadGrid in Page1.aspx.My problem is when i go to another page Page2.aspx
and then coming back to Page1.aspx ,i loss my dynamically created datas in RadGrid.I  use Page.Redirect method to navigate to an another page.Its possible to store DataTable of RadGrid in Session  ,but i have large amount of datas.So storing in Session is not the correct way i think...Is there any way to store or not lossing datas while redirection.plz help me out.

Regards Titti.

3 Answers, 1 is accepted

Sort by
0
TSM
Top achievements
Rank 1
answered on 02 Aug 2010, 08:09 AM
Hi ,
       No one there to help me out...Plz give me a reply guys....Im eagerly waiting to solve this issue...Plz..

Regards Titti.S
0
Pavlina
Telerik team
answered on 04 Aug 2010, 11:39 AM
Hi Titti,

The redirection causes a new request and any post data from the source page is lost. However, in order to
avoid this behavior you could use session state or just repopulate grid each time.

Greetings,
Pavlina
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
0
TSM
Top achievements
Rank 1
answered on 05 Aug 2010, 06:31 AM
Hi,
      Thank you for reply.
Tags
Grid
Asked by
TSM
Top achievements
Rank 1
Answers by
TSM
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or