摘要:
Whilst I've been working with WatiN over the past couple of months Ihave encountered a few issues especially that unfortunately WatiN wasunable to solve straight out of the box, so I thought I would k... 阅读全文
摘要:
icrosoft ASP.NET AJAX comes with a new method for getting a reference to an object representing an element on the page, e.g. input control, button, etc. -- $get.However, you might notice that there is... 阅读全文
摘要:
Introducing ViewStateThe web is a stateless medium – state is not maintained between client requests by default. Technologies must be utilized to provide some form of state management if this is what is required of your application, which will be the case for all but the simplest of web applications 阅读全文
摘要:
ASP.NET AJAX推出也有一段时间了,当初宣称的AJAX客户端脚本可以脱离服务器端脚本,在诸如html,php等平台上使用,但像微软不少其他产品一样,这个肥大的,性能低下,毫无艺术感的框架正在被大家所诟病。越来越多的人想要脱离这个客户端脚本,脱离AJAX提供的客户端控件,用更精炼更高效的框架来调用服务器端方法。很显然,目前最火的js库是JQuery。 但是要很好的将JQuery和ASP.NE... 阅读全文