In Silverlight programming, how to prevent visitors from caching the downloaded content?

Posted by suugaku on Stack Overflow See other posts from Stack Overflow or by suugaku
Published on 2010-05-27T06:56:55Z Indexed on 2010/05/27 7:01 UTC
Read the original article Hit count: 180

Filed under:

Hi all,

I want to create an online quiz website using Silverlight. When the registered users are logged in, they can view and answer the quiz once per page. To proceed to the next question, they must push next button, and the new data downloaded from the server. The previous questions are not cached. Thereby everytime the question is requested, the question will be reloaded from the server again.

My question is how to do my scenario above in silverlight?

Thank you in advance.

© Stack Overflow or respective owner

Related posts about Silverlight