Print view

  • Thread starter Thread starter ArunDhaJ
  • Start date Start date
A

ArunDhaJ

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

<div id="divNormalView" runat="server">
<asp:listbox id="listSelectedMembers" Runat="server"</
asp:listbox>
</div>
<div id="divPrintPreview" 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
 
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.
 
Back
Top