Microsoft just published my third article. This one is titled: "Member/Role Management with IIS, Part 3: AJAX Enhancements with Microsoft’s Atlas".
You can find it on MSDN here, or on my blog here.
Here is the introduction.
Introduction
This article extends one of the web pages developed in Part II of this series using Microsoft’s implementation of AJAX called Atlas. It utilized two techniques for reducing web server traffic to the browser to enhance the users web experience. The first technique uses the UpdatePanel tags to limit the refreshed area of the web page to limited areas and the second has to do with implementing some javascript using Atlas techniques so that the web page is updated on every key stroke in a textbox. A user list is displayed based on what is actively typed into this textbox. After reading this article the developer will be able to implement AJAX (Microsoft’s implementation Atlas) in their own application.









August 15th, 2006 at 9:15 am
Nice work.
I have a comment regarding the article and same with its source code.
It has an exception regarding creation of new user, particularly in password. Error is “InvalidPassword”, which the control doesn’t accept passwords (during creation) without the proper input. Entering in the password field, like: “mypassword123!” seem to be okay (notice the “!”), but entering “mypassword123″ alone, it will raise an exception.
Hope this one will be fixed.
Thanks and more power.
August 31st, 2006 at 2:08 pm
Peter,
You rock! You just saved me from a lost weekend. Great work.
Mitch
March 7th, 2007 at 2:01 pm
This blog is just the greatest news for me, in a VERY long time…..
June 23rd, 2007 at 12:18 pm
Thanks a lot, this program is a life saver.
If I have multiple applications in the aspn_application table, how do I identify users (membership1.aspx) by application?
Second questions, how do I secure (password protect) these administration functions?
Thanks again
January 17th, 2008 at 10:42 am
This a great example although I am having problems getting it to work in 3.5. Any time I try to do anything, create new role, type in the search field, uncheck create new users, I keep getting an ‘unknown error’ message from IE. Has anyone tried using this code in ASP.NET 3.5 or has anyone had these kinds of problems?
Any help or direction would be appreciated.
Thanks,
WaltD
April 24th, 2008 at 8:36 am
Thanks. I have a problem where I get the following message
Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.
The initial page load is quick but any updates takes forever and times out 99.9% of the time.
Any Sugestions