Generate Random Names from Array using AJAX and VBScript
This tutorial shows how we can use AJAX and VBScript to dynamically generate a list of random names from a String Array without calling postback.
No Spam Email Image Link using AJAX
Web crawlers gather email addresses from your website that they then use to SPAM you. Web crawlers do this by reading the raw HTML to see if there are any email tags like a "mailto:". With this method the email address isn't in the HTML so the web crawler can't capture it. An email address...
Using AJAX for Paging on a DataGrid Control
This script will show you how to use AJAX when paging using a DataGrid, instead of using PostBack.
AJAX and DropDownLists using ASP.NET and C#
With the XMLHttpRequest object, Microsoft Internet Explorer clients can retrieve and submit XML data directly to a Web server without reloading the page. To convert XML data into renderable HTML content, use the client-side XML DOM or Extensible Stylesheet Language Transformations (XSLT) to compose HTML...
