R
Ray
ASP.NET Newbie ?
I have a populated datagrid on my .aspx page, I want to open a second
window without all the extra fluff (nav bar, menus, etc) and display a
printer friendly version of my datagrid. I'm looking for ideas on how
to pass the data to the second page without making a second request
back to the database? Passing the data as a dialog argument in a
window.ShowModelDialog is really not an option because of the possible
data size.
Thanks in advance,
Ray
I have a populated datagrid on my .aspx page, I want to open a second
window without all the extra fluff (nav bar, menus, etc) and display a
printer friendly version of my datagrid. I'm looking for ideas on how
to pass the data to the second page without making a second request
back to the database? Passing the data as a dialog argument in a
window.ShowModelDialog is really not an option because of the possible
data size.
Thanks in advance,
Ray