Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Response.Redirect question
Message
De
16/04/2008 02:03:54
 
 
À
15/04/2008 17:51:59
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
Divers
Thread ID:
01310930
Message ID:
01310998
Vues:
17
>Two question:
>First of all, I have a url with a few thousand character querystring. Is this recommended? This is a large block of text that I want to send to another form and this is the easiest was of doing it.
>
>Second, I am getting a "cannot display the webpage" error when I user Response.Redirect to access this url. When I copy and paste the URL into my browser the page displays properly. When I manually change the URL to something trivial like www.google.com it works properly. Any advice?
>
>Thanks!

Hi Mike

I'd use this

http://msdn2.microsoft.com/en-us/library/ms178139.aspx

or look at server.transfer

http://www.developer.com/net/asp/article.php/3299641

you've probably hit the max length for querystring (don't know what it is though). Plus I don't like querystring because you may not want to show all that information in the address bar.

Nick

Nick
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform