How to create a unique web page address in ASP.NET

Posted by Jim on Stack Overflow See other posts from Stack Overflow or by Jim
Published on 2010-06-16T17:50:17Z Indexed on 2010/06/16 18:02 UTC
Read the original article Hit count: 136

Filed under:

Is there a standard way to create unique web page address in ASP.NET? I'm sending surveys to customers and will be including a link to the web page. For example:

http://www.mysurveypages.foo/survey/UniqueID

I would then customize the survey based on who I sent it to. I know it can be done by passing in a unique parameter to a page but I curious about doing it this way.

© Stack Overflow or respective owner

Related posts about ASP.NET