cvboucher
Posts: 191
|
| Posted: 11/07/2008, 8:25 PM |
|
In the old days before the Ajax Update Panel, search parameters would carry from page to page. If I had a date parameter like s_StartDate on one page and I went to a different page that used the same parameter name, the parameter would carry over.
Now I'm using an Ajax Update Panel on my pages with a third party javascript menu outside the update panel. Only problem is when I go to a different page page in the menu that has the same parameter, the parameter isn't carried over, it goes back to the default.
I thought I would be clever and save the search parameters to cookies, and get the parameters for my grids and reports from those same cookies. Now the search parameters carry over from page to page.
I also provide hyperlinks in several of my reports (usually summary reports) that open a different report in a new window that displays the detail of the clicked on value. My question is how do I get the parameters from the hyperlink into a cookie so the report I'm opening in a new window can use those parameters? Is this possible?
I'm using VB.NET.
Thanks,
Craig
|
 |
 |
|