Never worry about ASP.NET AJAX’s .d again
摘要:Never worry about ASP.NET AJAX’s .d againAJAX, ASP.NET, JavaScript, jQuery By Dave Ward on June 29th, 2009When I recently received this message from a frustrated reader:After hours and hours of slamming my head into the desk it turns out it was the darn "d" in the response. My home compute
阅读全文
posted @
2011-06-10 15:47
ToKens
阅读(467)
推荐(0) 编辑
Ajax框架一览表
摘要:欢迎网友继续完善补充。开发工具:AJAX WebShophttp://www.ajaxwebshop.cn(支持国产)框架资源:Microsoft Ajax - http://ajax.asp.netJava BluePrints - https://blueprints.dev.java.net/Protptype - http://www.prototypejs.org/Scriptaculu...
阅读全文
posted @
2009-07-07 21:17
ToKens
阅读(206)
推荐(0) 编辑
在UpdatePanel中弹出对话框
摘要:在使用UpdatePanel的时候,alert对话框始终弹不出来,后来到网上查阅资料,O(∩_∩)O哈哈~终于找到正确答案: UpdatePanel弹出对话框(Author:myssh)ScriptManager.RegisterStartupScript(this, this.GetType(), "", "alert('请先删除对应的小类!!')", true);
阅读全文
posted @
2009-04-07 14:25
ToKens
阅读(337)
推荐(0) 编辑