Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8468673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T16:00:00+00:00 2026-06-10T16:00:00+00:00

In my Windows Phone 7 Application I am loading a HTML file on a

  • 0

In my Windows Phone 7 Application I am loading a HTML file on a web browser.The HTML file contains Photo in which the Image have to be loaded from Isolated storage (already stored).Can any one plz guide me(Is there any sample or tutorial present online).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T16:00:01+00:00Added an answer on June 10, 2026 at 4:00 pm

    You could always convert the image to base64 and include the base64 as text in the document.

    An example I quickly created can be viewed here: http://jsfiddle.net/NLxdB/

    After you have your image as base64 you can add it in html like following: <img src="data:image/png;base64, BASE64IMAGE" /> where you replace BASE64IMAGE with you base64 string.

    (EDIT: data:image/png needs to be replaced with jpg/gif or what ever the image type is.)

    To get a base64 of your image you could use the following code:

    string base64 = null;
    using (var iso = IsolatedStorageFile.GetUserStoreForApplication())
    using (var isf = iso.OpenFile(imageName, FileMode.Open, FileAccess.Read))
    using (var ms = new MemoryStream())
    {
        isf.CopyTo(ms);
        base64 = Convert.ToBase64String(ms.ToArray());
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Windows Phone application which gets data from a SQL server with
I am developing a windows phone application which allows user to download files from
I have a Windows Phone 7.1 application in which I got three pages, and
I have a windows phone application (silverlight) which fails certification. I do not know
I have a Windows Phone 7 application (Silverlight-based) that sends a web request and
I am creating a windows phone application, which need to store some data in
I have a windows phone application and I need to add a user control
I am developing a Windows Phone Application and from this application I am accessing
I have a multi page windows phone application. I have a main page and
Is it allowed by Windows Phone application certification rules, to only have users be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.