随笔分类 -  Asp.net

摘要:解决方案:只需要重新安装一下就可以了.在Frameworv4.0的目录中安装的程序以管理员权限 重新运行一下就可以了.命令符运行:%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i 阅读全文
posted @ 2012-07-08 13:20 木语 阅读(185) 评论(0) 推荐(0)
摘要:页面1<!--WebForm1.aspx--><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title></title> <script type="text/javascript"> var subWindows function OpenWin() { subWindows = window.open("WebForm2.a 阅读全文
posted @ 2012-05-20 10:45 木语 阅读(4005) 评论(0) 推荐(0)
摘要:在弹出板中,加载另一页面,在另一页面中调用父页面的方法.页面一<!--WebForm1--><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title></title> <script type="text/javascript"> function OnPopUp(s, e) { s.SetContentUrl("WebForm 阅读全文
posted @ 2012-05-20 10:40 木语 阅读(349) 评论(0) 推荐(0)