Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Redirect and execute
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00780855
Message ID:
00781213
Views:
8
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform