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
Nirosh - 29 Apr 2008 20:01 GMT
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.
> Hi,
> I'm in need of help for solving the following problem:
[quoted text clipped - 22 lines]
> Thanks in advance
> ArunDhaJ