Print view

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ArunDhaJ

    Print view

    Hi,
    I'm in need of help for solving the following problem:
    I've a page with two div tag as follows:

    <div id="divNormalVi ew" runat="server">
    <asp:listbox id="listSelecte dMembers" Runat="server"</
    asp:listbox>
    </div>
    <div id="divPrintPre view" runat="server">
    <asp:datagrid >
    </div>

    on normal flow divNormalView would be visible and divPrintPreview
    would be made as invisible. On click of a print image button available
    on the page, I am poping-up the same page with divPrintPreview made
    visible and divNormalView made invisible.

    Now I need to bind this grid with the members in Listbox.

    I tried with cross-page posting using PreviousPage property but
    couldnt able to solve it...

    Please help me in


    Thanks in advance
    ArunDhaJ
  • Nirosh

    #2
    Re: Print view

    When you say "Now I need to bind this grid with the members in Listbox.",
    what is this grid mean?? what is its structure like?? is it directly
    bindable??

    Nirosh.

    "ArunDhaJ" <arundhaj@gmail .comwrote in message
    news:c20881b8-933b-416a-b9f0-168080480025@h1 g2000prh.google groups.com...
    Hi,
    I'm in need of help for solving the following problem:
    I've a page with two div tag as follows:
    >
    <div id="divNormalVi ew" runat="server">
    <asp:listbox id="listSelecte dMembers" Runat="server"</
    asp:listbox>
    </div>
    <div id="divPrintPre view" runat="server">
    <asp:datagrid >
    </div>
    >
    on normal flow divNormalView would be visible and divPrintPreview
    would be made as invisible. On click of a print image button available
    on the page, I am poping-up the same page with divPrintPreview made
    visible and divNormalView made invisible.
    >
    Now I need to bind this grid with the members in Listbox.
    >
    I tried with cross-page posting using PreviousPage property but
    couldnt able to solve it...
    >
    Please help me in
    >
    >
    Thanks in advance
    ArunDhaJ

    Comment

    Working...