Hi,
Im trying to put together a small document library. I have a treeview (obout.com) that lists all the items in the library. Each can be selected which navigates away from the treeview, opening a pdf. I just added a PdfViewer so that I can view a pdf within a frame on the page.
I would like to be able to select the pdf from the treeview and have it display to the right in the pdfviewer. It would be really nice if the pdf viewer was in some kind of ajax update panel for the update. I pretty new to all this stuff and have a good idea of how I want it to work, but Im not skilled enough on how to implement it. Could anyone give me some guideance on a good way to get it done.? Any help is well appreciated.
Thanks
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
CodeFile="Resources.aspx.cs" Inherits="Library_Filesystem" %>
<%@ Register Assembly="PdfViewer" Namespace="PdfViewer" TagPrefix="cc1" %>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlac
View Complete Post