Browse by Tags
All Tags »
.NET AJAX (
RSS)
This article examines how to use the ASP.NET AJAX Control named CollapsiblePanel with the help of a project Read more...
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...
Introduction Atlas (ASP.NET AJAX) has this cool UpdateProgress control which provides a visual indicator while one or more of the UpdatePanel controls are being updated. This UpdateProgress control is great, but in some cases, I want all other elements...
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...
By Chad Finsterwald: As of late JavaScript has experienced a resurrection. It was not too long ago that a web developer building B2B applications could get by with just a passing knowledge of JavaScript, but technologies like Ajax and mania over Web 2...
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. I just discovered a new kid in town called Aptana (Beta...
To follow my previous post on file upload issues, check also this excellent article on Code Project written by Travis Whidden This module gives developers a way to intercept multi-part form posts in ASP.Net and store the data directly to disk without...
Still working on my images gallery project, I got stuck with an issue regarding multiple upload files to my database. I did a bit of research on the subject, and the problem seems to be the fact that the upload basic methods in .Net 1.1 (and 2.0 I presume...
More Posts