This question is locked. New answers and comments are not allowed.
Hello,
I am trying to set the source of the pdfviewer dynamically as shown in the code below.
It's not working. Please suggest me a solution
I am trying to set the source of the pdfviewer dynamically as shown in the code below.
this.viewer.DocumentSource = new PdfDocumentSource(new System.Uri("http://localhost/AssessmentDemo/Documents/ModuleDocument/a2b93ea5-796f-44c9-a84a-9cfe0f48e6b3-SBICard_monthlystmt_Jun12.pdf", UriKind.Absolute));
It's not working. Please suggest me a solution