
Aug
14
2007
Using Ajax, it is possible to provide real time validation to let a user whether his or her desired username is available. The previous article "Check username availability with ASP.NET AJAX" described how to accomplish this task with MS AJAX. This article explains how to accomplish the same task with Gaia and ASP.NET

6 people have rated this article.
Aug
08
2007
I found a slight error in the code from the previous article: Check Username availability with ASP.NET AJAX. These errors were found and the corrections are presented in this article
Jul
24
2007
Many sites these days show if a specific username is available or not when users are filling out the registration form. AJAX is being used to accomplish this task. After seeing an example demonstrate this using PHP i wanted to do the same with the ASP.NET AJAX. As it turned out it is very easy to do it with the ASP.NET AJAX Framework.

46 people have rated this article.
Aug
24
2006
The new Membership API in ASP.NET 2.0 and the associated security server controls provide developers with a powerful new way to manage users. However one issue with the security server controls is that they render content using tables. If you are striving for a pure CSS based layout, then content inside tables is not your goal.

62 people have rated this article.
May
30
2005
The panel control is one of the most interesting controls in the Dot Net framework. Unlike the datagrid and datalist controls which produce HTML tables, the panel control produces a div. On the surface, this doesn't seem terribly useful. What makes the panel so powerful is its Visible property.

10 people have rated this article.