Ajax-based Login Control Without Any Standard Database
Introduction: In this tutorial I am going to base a simple login control on AJAX. All login control needs a database that stores all user profiles, such as passwords. Server-side script uses the database from user given string to compare and match shows, errors or redirects to relevant pages, etc. However, the proposed technique is [...]
Creating a Simple Ajax Control in Asp.net 2.0 and C#
A Simple AJAX control in ASP.NET 2.0 and C# Introduction In this article I will explain how you can easily create an AJAX enabled web site within Visual Studio 2005 utilizing C# and how to utilize the AJAX framework to add a simple control from the list of controls available in the AJAX Control Toolkit. [...]