How could I recevie the id value fromServer.Transfer("a.aspx?id=1234")
For example, in the form I can use Request.Form["id"], in the stringI can use Request.QueryString["id"]
Thanks,pp