-
Revised Saturday, February 05, 2011 by
Asynchronous JavaScript and XML - It's Ajax and it's everywhere. Start at the ASP.NET Ajax site and work from there...there's a ton of resources at your disposal. Ajax Showcase - Check
http://wiki.asp.net/page.aspx/28/ajax/
-
Revised Monday, February 04, 2008 by
ASP.NET AJAX can be easily extended to create almost any control you can imagine. Be sure to take a look at the ASP.NETAJAX Control Toolkit. Blog Posts ASP.NET AJAX SliderExtender Layout and Custom
http://wiki.asp.net/page.aspx/49/ajax-extenders/
-
New Friday, July 18, 2008 by
Cascading Style Sheets (CSS) is one of the core technologies in the AJAX architecture apart from XML, DOM, JSON and so forth. Here are some links on using CSS with AJAX: Create flickr-like editing
http://wiki.asp.net/page.aspx/438/ajax-and-css/
-
Revised Thursday, November 13, 2008 by
Learn how to extend your ASP.NET AJAX applications using the ASP.NET AJAX Control Toolkit. ASP.NET AJAX Control Toolkit: Installation and getting started is a video that starts with the basics
http://wiki.asp.net/page.aspx/53/ajax-control-toolkit/
-
New Wednesday, February 20, 2008 by
ASP.NET 2.0 AJAX 1.0 Extensions allows you todevelop custom client controls that function purely... asynchornously. To learn more about developing custom client controls in the AJAX 1.0 Extensions, here
http://wiki.asp.net/page.aspx/304/developing-custom-client-controls-in-aspnet-20-ajax-10-extensions/
-
New Monday, October 03, 2011 by
Hi everyone. We all know the role of ajax and its implementation. We can use ajax in asp.net... ajax to post and get requests within our site. We can call webservices but that is from the code behind
http://wiki.asp.net/page.aspx/1734/jquery-cross-domain-ajax-call-using-jsonp/
-
New Monday, February 04, 2008 by
AJAX adds one more wrinkle to web security. I find that videos and demonstrations help me understand subtle topics like this. Videos Security in ASP.NET AJAX Client Applications - In this webcast, we
http://wiki.asp.net/page.aspx/87/ajax-security/
-
Revised Tuesday, April 20, 2010 by
The TargetControlID is one of the key properties with the AJAX Control Toolkit. Being a property... with get_element(). If you do any custom AJAX control/extender development, this.get_element() returns
http://wiki.asp.net/page.aspx/418/targetcontrolid-property/
-
Revised Saturday, February 27, 2010 by
been made to improve and expand base JavaScript object functionality. Blog Posts Four ASP.NET AJAX... series about ASP.NET AJAX's client-side JavaScript Helper Methods. Script# Update: Nikhil Kothari
http://wiki.asp.net/page.aspx/50/javascript/
-
New Sunday, January 23, 2011 by
simple way.1) jquery has ajax function which helps in creating ajax requests asynchronously2) we can setup this call this ajax function for creating a file on webserver.$.ajax( {data:'MyTestData
http://wiki.asp.net/page.aspx/1584/creating-and-deleting-files-on-fly-on-webserver-through-javascript-magic-of-html-and-jquery/