This question is locked. New answers and comments are not allowed.
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..
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..