摘要:
获得页面控件值Response.Write(Request.Params[this.TextBox1.UniqueID]);Response.Write(Request.Params["txt"]);得到所有地址栏传的参数名称:System.Collections.Specialized.NameValueCollection coll = Request.QueryString;String[] arr1 = coll.AllKeys;Response.Write(arr1[1].ToString()); 阅读全文
posted @ 2012-02-28 15:00
yongtaiyu
阅读(285)
评论(0)
推荐(0)

浙公网安备 33010602011771号