Hi there,
I'd like also to pass values from one page to another, my page are submitted with the post method and I don't wanna have in the addresszone of my browser the different values I pass to the other page. I know it's possible in JSP to retrieve these values using a kind of "request.getParameter("ParameterName");". What's the equivalent in ASP.Net?
Thanks