Skip to main content

Microsoft Silverlight

Answered Question Can we create silveright application with offline features?RSS Feed

(0)

krishnanellutla
krishnan...

Member

Member

2 points

6 Posts

Can we create silveright application with offline features?

HI experts,

we are plannign to create a silverlight application, which should have capabilites of saving data locally during offline, once users connected to internet application should submit data to database server?

How can i acheive these fetures? appreciate your help on this.

 Thanks in advance

Krishna

Sledge70
Sledge70

Contributor

Contributor

5992 points

1,052 Posts

Answered Question

Re: Can we create silveright application with offline features?

To allow your SL application to run offline you would need to make it an OOB (Out of browser) SL App.
http://nerddawg.blogspot.com/2009/04/silverlight-out-of-browser-support-what.html

For storing infomation locally you need to look at IsolatedStorage. This is the only place you have access to for storing files on the client side.
http://silverlight.net/learn/quickstarts/isolatedstorage/

______________________________________________________
Please mark replies as answers if they answered your question...

Flexman on Silverlight

krishnanellutla
krishnan...

Member

Member

2 points

6 Posts

Re: Can we create silveright application with offline features?

 Hi,

Wonderfull, Thank you very much for such good idea. I will explore more on this

amyo
amyo

Contributor

Contributor

3660 points

495 Posts

Answered Question

Re: Can we create silveright application with offline features?

You can also detect network mode (offline/online) in OOB mode:

Check this video (OOB and network detection): http://www.silverlight.net/learn/videos/all/out-of-browser-experiences/

Amyo Kabir
Solution Architect & Sr. Developer
Blog

krishnanellutla
krishnan...

Member

Member

2 points

6 Posts

Re: Can we create silveright application with offline features?

Thanks alot, this will help me alot.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities