I'm trying to pass a variable value from one page to another. Of all the ways that are available, I like the PreviousPage.Fi ndControl() one as it lets me access the previous page controls and get the value without me being bothered about security et al. But what I find is once the page is posted the only controls that I get in PreviousPage is the master page and none of the controls of the content page are available in PreviousPage.Co ntrols collection. I checked through Request.ServerV ariables("HTTP_ REFERER") and found that the page is correctly being referred. Does anybody has any idea if this is at all feasible or if there is some other workaround?
Thanks.
Thanks.
Comment