摘要: 一、json数据的接收后台:public partial class WMCData_mapTest_Default : System.Web.UI.Page{ protected string strs = string.Empty; protected void Page_Load(object... 阅读全文
posted @ 2015-05-24 16:39 嫣然美 阅读(4856) 评论(0) 推荐(0) 编辑
摘要: protected void Repeater1_ItemDataBound(object sender, RepeaterItemEventArgs e) { if (e.Item.ItemType != ListItemType.Header && e.Item.ItemType != List... 阅读全文
posted @ 2015-05-24 16:34 嫣然美 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 在table外面的div写上一下样式 阅读全文
posted @ 2015-05-24 15:52 嫣然美 阅读(327) 评论(0) 推荐(0) 编辑
摘要: window.history.go(-1);//返回上一页不刷新window.location.href=document.referrer;//返回上一页并刷新 阅读全文
posted @ 2015-05-24 15:45 嫣然美 阅读(150) 评论(0) 推荐(0) 编辑