Hi,
I generated one question paper with listboxin silverlight. i done paging with datapager control. now i am displaying 5 questions per page. now i selected answer ie radiobutton for each question .after that i went to the next page and select the answers for that questions . againg i came to previous page . now all radio buttons are deselected what i selected . now i want to maintain state for all selected radio buttons in listbox . can anybody please help me
Thanks
P.Nagaraju
Loading
Amit ChoudharyPosted Aug 18, 2011, 1:32 AM
you'll need to store your state somewhere else, for instance, in the ASPX page ViewState, or on a web service, or in your local Silverlight storage.
Saving the state information using the browser cookies
Managing the state information using Isolated storage in silverlight