Results 1 to 2 of 2

Thread: Its urgent help:HOW TO Open the .pdf file present in the root path ofthe application?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2014
    Posts
    64

    Thumbs up Its urgent help:HOW TO Open the .pdf file present in the root path ofthe application?

    Hi Friends,

    I am new to Silver light.

    I have written the below code which will open the .pdf file from the silverligt path.
    as below:

    Code:
               Uri uri = new Uri(HtmlPage.Document.DocumentUri, "/ClientBin/10c.pdf");
                           string path = uri.AbsoluteUri.ToString();
                HtmlPage.Window.Eval("window.open('" + path + "')");
                //HtmlPage.Window.Eval("document.location.href='" + path + "';");
    I want to open the .pdf file kept in the root directory of the application, (note - do not hard code)
    ex: i want to open the .pdf file kept in the below location:
    C:\Webs\SLLoadHelp.

    Just have look @ the screen shot.
    Its very urgent, help me out.

    Regards
    Prity
    Attached Images Attached Images  

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jan 2014
    Posts
    64

    Re: Its urgent help:HOW TO Open the .pdf file present in the root path ofthe applicat

    Can any one please help me out, soon, please.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width