L
Leonardo Santos-Macias
I would like to query a nested query string
go.aspx?redirect=to.aspx?par1=value1&par2=value2
The problem is that inside go.aspx, Request.QueryString("redirect") only
gives me
to.aspx?par1=value1
instead of
to.aspx?par1=value1&par2=value2
Is there any other way to write
go.aspx?redirect=to.aspx?par1=value1&par2=value2
to avoid this problem?.
thanks
Leonardo
go.aspx?redirect=to.aspx?par1=value1&par2=value2
The problem is that inside go.aspx, Request.QueryString("redirect") only
gives me
to.aspx?par1=value1
instead of
to.aspx?par1=value1&par2=value2
Is there any other way to write
go.aspx?redirect=to.aspx?par1=value1&par2=value2
to avoid this problem?.
thanks
Leonardo