关于使用updatepanle后页面还会刷新的个人解决方法。
摘要:之间做了个页面,页面上放的控件有:两个label/button/DropDownList/updatepanle/scriptManage,想要实现的功能是根据DropDownList选择的值来动态的更新lblDrp的值。以下是我的代码:aspx现在的时间是:<asp:Label ID="Label1" runat="server" Text="Label"></asp:Labe...
阅读全文
posted @
2009-06-18 20:40
cean
阅读(377)
推荐(0)
[转]Asp.net(Ajax)表单验证 函数包
摘要:Asp.net(Ajax)表单验证 函数包 /############################################版权声明:文章内容为本站编辑,创作.你可以任意转载、发布、使用但请务必以明文标注文章原始出处及本声明http://www.opent.cn 作者:浪淘沙############################################//***********...
阅读全文
posted @
2009-06-10 23:36
cean
阅读(311)
推荐(0)
母版页判断登陆 及 母版页与内容页的执行顺序
摘要:在checkLogin.cs里有check方法:public static void check(Page aPage) { if (aPage.Session["ok"] == null || aPage.Session["ok"].ToString() != "ok") { aPage.Response.Redirect("login.aspx"); } }在母版页里调用的正确方法:prote...
阅读全文
posted @
2009-06-01 08:01
cean
阅读(561)
推荐(0)