摘要: ScriptManager添加EnablePartialRending属性 <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true"> </asp:ScriptManager> 所有的Upd 阅读全文
posted @ 2017-07-31 18:37 sky110 阅读(289) 评论(0) 推荐(0) 编辑
摘要: public static DataSet ReturnDataSet(string SqlStr, string tablename) { SqlConnection con = new SqlConnection(GetConStr()); con.Open();//打开数据库连接 SqlDat 阅读全文
posted @ 2017-07-31 15:40 sky110 阅读(564) 评论(0) 推荐(0) 编辑
摘要: 在一些场景中,我们需要让其他电脑或者说模拟器访问我们的服务进行调试,而vs2012自带的iis Express启动的程序其他设备是不能访问,iis express启动的程序路径是http://localhost:端口号,其他设备是不可能访问到。直接改localhost为调试电脑的ip也是无效地址。 阅读全文
posted @ 2017-07-31 10:46 sky110 阅读(2429) 评论(0) 推荐(0) 编辑