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

[Solved] Saving page specific Values while navigating to next page

1 Answer 98 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Subhash Chandra
Top achievements
Rank 1
Subhash Chandra asked on 15 Sep 2009, 07:07 PM
Hi,
 I am developing an application in silverlight 3.0 .
Now a days I am finding very difficult to save the page specific values .

For easy understanding of problem below is the example
Scenario:

Suppose there are two pages in an application page 1 and page 2.  Page 1 consist of RadComboBoxes , radgrid view and a button.
If I press the button,  records will be populated into the radgridview.
Now if I  go to next page(Page 2 ) by selecting from  dropdown menus and again come  back to the same page then every controls in the page are initialized with default values.

What I need is when I come back to same page(Page 1) all the controls should be set with previous assigned  values not  with default values.
So before moving to next page, how I save those values ?

Please give me some sugestion..

1 Answer, 1 is accepted

Sort by
0
Bobi
Telerik team
answered on 17 Sep 2009, 06:49 AM
Hello Subhash Subhash,

Please visit the following RadNavigation examples:

http://demos.telerik.com/silverlight/#PageNavigation/FirstLook

In the books example you can find how to communicate between different pages and save specific values.
For more information about using RadNavigation take a look at the online documentation :

http://www.telerik.com/help/silverlight/pagenavigation-features-overview.html

Tags
General Discussions
Asked by
Subhash Chandra
Top achievements
Rank 1
Answers by
Bobi
Telerik team
Share this question
or