求助:如何处理uniqueidentifier类型的参数
URL格式字符串为xspj1.aspx?gxid={0}传递参数http://localhost/wspjxt/xspj1.aspx?gxid=095b661f-e8e5-45bc-9954-45350be71fb5
在xspj1.aspx中,对Request.Form["gxid"]进行处理
sqlDataAdapter1. * from gx where gxid='"+Request.Form["gxid"].Trim()+"'";
但是没有结果