摘要: Stopwatch watch1 = Stopwatch.StartNew(); watch1.ElapsedMilliseconds; //毫秒 watch1.Stop(); //停止 阅读全文
posted @ 2017-06-16 17:07 波霸38 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1、datagrid中JS函数传值问题: columns: { field: 'TypeName', title: '分类名称', width: 120, sortable: true, formatter: function (value, row, index) { var contentDet 阅读全文
posted @ 2017-06-16 15:42 波霸38 阅读(867) 评论(6) 推荐(0) 编辑
摘要: protected void LinkButton1_Click(object sender, EventArgs e) { string strsql = " 1=1 "; int type = Convert.ToInt32(droptype.SelectedValue); string zyz 阅读全文
posted @ 2017-06-16 13:40 波霸38 阅读(173) 评论(0) 推荐(0) 编辑
摘要: private string GetPerUserGroup( string groupid, string usergroupname) { string str = usergroupname; if (Convert.ToInt32(groupid) > 0) { Community.Mode 阅读全文
posted @ 2017-06-16 13:28 波霸38 阅读(130) 评论(0) 推荐(0) 编辑
摘要: <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat= 阅读全文
posted @ 2017-06-16 13:20 波霸38 阅读(169) 评论(0) 推荐(0) 编辑