Communication between 2 aspx pages
-
I have a framed webpage. On the left frame, I have search criteria in different ListBoxes, and I want to pass the selections from those ListBoxes to the right frame page, so that it can use those values to construct a select query, then show data there. How can I pass them in one aspx page (the one in left) and receive them in another( in right frame)? Chris#
-
I have a framed webpage. On the left frame, I have search criteria in different ListBoxes, and I want to pass the selections from those ListBoxes to the right frame page, so that it can use those values to construct a select query, then show data there. How can I pass them in one aspx page (the one in left) and receive them in another( in right frame)? Chris#
The short answer: As a query string. I guess you could hack it up to post the data as well. // Rock