Browse by Tags

Working with the ASP.NET AJAX Authentication Service
Tuesday, December 09, 2008 7:20 AM
Believe it or not, but there's more to ASP.NET AJAX than the UpdatePanel control. If you're already a fan of AJAX and your ASP.NET website is using Forms based authentication with the ASP.NET Membership feature to validate users, you might want to consider using the ASP.NET AJAX Authentication Service available in ASP.NET v3.5. It's a great way to seamlessly... Read More...
by aspnetqa | 14 comment(s)
Filed under: ,
ASP.NET AJAX and HTTP Handlers: A Cautionary Tale
Monday, October 06, 2008 1:07 PM
For those of you using the ASP.NET AJAX Controls, there is a potential pitfall in how HTTP handlers are managed that can affect your AJAX applications. This issue may take a little bit longer to explain than most, but that’s because it involves a concept probably unfamiliar to most AJAX developers: the concept of HTTP handlers. For background, HTTP handlers are... Read More...
More Posts