Garreth21
Programmer
- May 19, 2005
- 29
Hi everybody,
I have a datagrid that displays products. The product name is a link button. When the link is clicked it opens up a new window to display product details.
Right now I append the details to the page link and then use query string on the pop up page to get the information. It works, but I'd perfer to use something other then query string to pass the data. It's more of a personal preference thing to not use query string method. What options do I have?
I have a datagrid that displays products. The product name is a link button. When the link is clicked it opens up a new window to display product details.
Right now I append the details to the page link and then use query string on the pop up page to get the information. It works, but I'd perfer to use something other then query string to pass the data. It's more of a personal preference thing to not use query string method. What options do I have?