摘要:
If you are seeing this javascript error (or similar) while trying to use Page Methods with ASP.NET AJAX, here is a checklist that should save you some time.The page method must have the System.Web.Ser... 阅读全文
摘要:
asp.net中使用php常用的jquery等类库来实现ajax不是很容易。因为asp.net的机制已经被封装了,依靠内部的viewstate,如果硬用js修改了控件的值,跟他的viewstate对不上,而这些控件又是不可修改的,将对程序造成安全性困扰,后台获取值也是一个麻烦。另外,asp.net的控件也封装了html控件,使用js操作不是这么直接。根据Surance( http://www.fl... 阅读全文