From: Alexey Smirnov on
On May 27, 10:47 pm, "Miro" <m...(a)beero.com> wrote:
> A side note.
>
> The url has a maximum# of characters.
> It depends on the browser but its about 2000.

http://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-an-url

>
> If your query string gets too big, consider using a session variable
> perhaps.
>

Well, he mentioned that he needs to have it in a SiteMap

There is also another way to do this. An URL can be stored in a
database among with the id (id=123). And that id can be used to
perform the redirect (e.g. redirect.aspx?id=123)