摘要: 一个页面接受另一个页面的传递过来的参数, protected int id { get { return string.IsNullOrEmpty(Request.QueryString["id"]) ? 0 : Convert.ToInt32(Request.QueryString["id"]); } } protected int AdID { get { int adID; int.TryPa... 阅读全文
posted @ 2012-11-23 21:24 iisp 阅读(132) 评论(0) 推荐(0)