G
Guest
pass some sql onto another page?
I have a query that I have a datagrid on, that has controls on it. I'm
trying to export it to excel, and I am unable to make the export work on the
page. I know I have controls on the web page (sorting, filtering, etc), and
am wanting to try to monitor my radio button onclick event and go to another
page, this one with a datagrid on it that is static, with no controls.
My sql is in a property value within the vb code behind the page, and what
I'm wanting to do is do a response.redirect to the new page, and pass on the
sql code as it last was.
How do you do this, without stringing it up on the address bar?
In my new page, I'll have the same old datagrid on it, but the controls will
be static, and the column names unsortable.
SC
I have a query that I have a datagrid on, that has controls on it. I'm
trying to export it to excel, and I am unable to make the export work on the
page. I know I have controls on the web page (sorting, filtering, etc), and
am wanting to try to monitor my radio button onclick event and go to another
page, this one with a datagrid on it that is static, with no controls.
My sql is in a property value within the vb code behind the page, and what
I'm wanting to do is do a response.redirect to the new page, and pass on the
sql code as it last was.
How do you do this, without stringing it up on the address bar?
In my new page, I'll have the same old datagrid on it, but the controls will
be static, and the column names unsortable.
SC