Groups | Blog | Home
all groups > asp.net > february 2004 >

asp.net : passing information between pages


Michael Ramey
2/3/2004 10:16:08 AM
http://msdn.microsoft.com/msdnmag/issues/03/04/ASPNETUserState/default.aspx

Cookies or Session probably best for you. Handling all your navigation
through postback and redirects could get a little confusing.

[quoted text, click to view]

francois
2/3/2004 11:13:17 PM
Hi,

In the navigation mechanism I am using now in my ASP.NET page, I am using
hyperlinks to navigate through the application.

Now I need to transfer information from one page to an other. How can I
achieve this? I do not want to expose values in the url and then I do not
want to have things like www.boo.bom/page.asp?variable=value

Should i use something else than hyperlink and then make a
Response.Redirect() in the codebehind code?

Or then should i use session variables?

Or is there any better way to do?

best regards,

francois

AddThis Social Bookmark Button