Looking for tips on how to pass information about a chosen grid row
(project id) from one web part to a web part on another web page.
I'm using MOSS (WSS v3) and web parts that happen to be based on web
user controls (displayed with a custom user control container web
part).
Additionally, passing the project id (the parameter) needs to occur on
the backend, or with an opaque method so that the user cannot
intercept and change the parameter. I anticipate the web part on the
first page doing a post back, which will then redirect to the second
page (but not with "?projectId=12345" :-)
Is there a way to do this through Web Part communication across pages
in MOSS? Configured through UI or programatically?
I don't think we have sessions enabled.
Any tricks related to .NET 2.0 web controls?