Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Redirect and execute
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00780855
Message ID:
00781213
Vues:
7
>Didn't seem to work for me. When I issued the transfer, the params were not recognized by the next form. You actually ran the Server.Transfer with new paramaters and it worked?

Ok, maybe I'm missing what you want to happen. What we do is build a variable that looks just like a querystring.

variable1 = "?param1=1¶m2=2"

Server.Transfer("newpage.aspx" + variable1)

In newpage code we have
Param1 = Request.QueryString("Param1")
Param2 = Request.QueryString("Param2")

But maybe thats not what you are trying to do?

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform