JeattyNeerway
New Member
When I typing the following URL:https://www.testing/shipping.aspx?tranid=PQ56234527 I could redirect to the shipping.aspx. But I use the Request.QueryString["tranid"] to get the tranid, I got empty string. How could I fix this issue.The coding of shipping.aspx\[code\]string tranid = "";tranid = Page.Request.QueryString["tranid"];\[/code\]