Contents tagged with .NET AJAX
-
Working with CollapsiblePanel Ajax Control
This article examines how to use the ASP.NET AJAX Control named CollapsiblePanel with the help of a project
-
Explore ways to extend ASP.NET AJAX Client-Side function
With the elegant integration with legacy ASP.NET applications and the introduction of fully object-oriented JavaScript, Microsoft ASP.NET AJAX has been attracting more and more web developers. In this article the author examines the typical ways to extend the ASP.NET AJAX framework from the client side.
-
An UpdateProgress Control in Modal Popup Style with Atlas
-
Build a treeview with XML and Ajax
AJAX or Asynchronous JavaScript and XML is a free framework for quickly creating a new generation of more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers. AJAX is relatively new phenomenon, based on technologies that aren’t quite new, for creating a way for businesses to interact with customers over the internet.In this article using the current AJAX technique,(in it’s simplest way) to implement an on demand tree view. Since XML is common standard and easy to implement I am using XML in my sample application rather than any database. I have found another article here that to build a tree view using this AJAX.
-
Script.aculo.us, Prototype and Asp.Net: Best Friends Forever
By Chad Finsterwald:
-
Aptana the new Javascript and CSS IDE
Writing Javascript code is tedious with Visual Studio. no Intellisense or really little, and when you mispell any method plus all the case sensitivity issues, you are wasting a lot of time there.
-
ASP.Net file post direct to disk with upload file progress support
To follow my previous post on file upload issues, check also this excellent article on Code Project written by Travis Whidden
-
NeatUpload a nice and useful open source project
Still working on my images gallery project, I got stuck with an issue regarding multiple upload files to my database.