Allen的自由天空

有财富未必有人生,有人生未必有财富

导航

2008年4月1日

ASP.NET 2.0's Client Callback Feature(转)

摘要: One of the most overlooked features of ASP.NET 2.0, part of Visual Studio 2005 or "Whidbey", is the Client Callback feature. This feature allows you to programmatically call server-side methods through client-side JavaScript code without the need for posting back the page. This article describes how to use the Client Callback feature to implement your own callback scenario and introduces the new TreeView control that has this feature built in. The code samples in this article were written using 阅读全文

posted @ 2008-04-01 19:48 AllenFeng 阅读(356) 评论(0) 推荐(0) 编辑