Frank Wang
9 posts.
- Enable Back button support in ASP.NET AJAX web sitesAn inherent problem with AJAX-style applications is browser navigation. AJAX pages don’t post back when performing requests tasks so they can’t remember…
- How to configure maxJsonLength in ASP.NET AJAX applicationsInvoking web methods from client scripts is fun. But before you roll out your cool applications into the production, please don't forget to reconfigure…
- Execute Transact-SQL statement asynchronouslyProcessing a large amount of data from SQL server in.NET applications can be challenging some times. A common concern that people have is it just takes…
- Forms Authentication with Active Directory in ASP.NET 2.0The Membership API is new to ASP.NET 2.0. It provides you with a full-fledged infrastructure for managing and authenticating users of your applications.…
- A quick walk-through of CLR Integration with SQL ServerThis blog post is inspired by a project I've been working on recently. One of the project requirements is writing all the stored procedures and…
- New Dynamic Data Preview 04/23 RefreshA new preview of the ASP.NET Dynamic Data Web Site was made available on April 23, 2008. Some new nice features for Dynamic Data Wizard and routed URLs…
- The tricky Slider extenderNobody has a doubt that the SliderExtender from the AJAX Control Toolkit is nifty. Automatic persistence of values during partial or full page postbacks,…
- ASP.NET AJAX callbacks to Web Methods in ASPX pagesMaking ASP.NET AJAX calls to web services has become increasingly popular these days. This approach not only provides a good separation of concerns but…
- ADO.NET Entity Framework and Data Services in action (Part 2: Creating ADO.NET Data Services)In my previous post, I gave you the introduction of ADO.NET Data Service. Now I will show you step by step how to create an ADO.NET data service using…
