|
|
Browse by Tags
All Tags » AJAX
Showing page 1 of 5 (48 total posts)
-
Prologue
I recently mentioned that I used the AutoCompleteExtender in a project I was working on. I keep finding more and more that I like with the AJAX Control Tooklit, and the AutoCompleteExtender is no exception. Problem
Using the AutoCompleteExtender is pretty easy, but some of the configuration pieces are little tricky. I'm hoping to bring ...
-
Prologue
Recently I've been working on a rather complex and lengthy form page. One of the great ideas I had was to allow users to enter information (such as a city) into the field and have it auto-complete. The AJAX control toolkit has a great control for this, it's called the AutoCompleteExtender. Using this control is pretty easy to do, ...
-
Ajax Overview
Ajax, or AJAX is a group of inter related web development techniques used to create interactive web applications. With ASP.NET Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page reactions.
These are some users comments ...
-
Simone has created a survey to better understand Ajax usage among .NET developers. It would be nice if You could also complete it, if you haven't done so yet, as there are also MS people interested in the results. More answers means more understanding there too plus can also help evaluating the future for Ajax techniques.
Here's ...
-
It is possible to use ASP.NET AJAX (or any kind
of AJAX engine) to show the user a sample of results as they type into
the search box.
Please see the full knowledge base article for details.
-
ILOG Diagram for .NET is a comprehensive set of tools, components and libraries for creating graphical editing, visualization, supervision and monitoring tools for the .NET platform. ILOG Diagram for .NET targets Windows Forms, ASP.NET, and WPF.
Take a look at http://www.ilog.com/products/diagramnet/ for details.
-
Just posted my session materials from Microsoft ASP.NET Connections, part of DevConnections Las Vegas, Nov 10-13, 2008.
The updated materials, which can be found here, include both slides and samples for the following talks from the show:
Data Control Tips and Tricks
We’ve all seen the basic drag-and-drop demos of the Data Controls, ...
-
I just noticed a very interesting announcement by Scott Guthrie. Microsoft will officially start co-operating with jQuery development community, adding support for jquery in ASP.NET Ajax, and which also includes Microsoft PSS e.g they take support cases.
Read more here.
-
Author: Steve Souders
Publisher: O'Reilly
ISBN-10: 0-596-52930-9
ISBN-13: 978-0-596-52930-7
September 2007, 168 pages
O'Reilly's web site:http://oreilly.com/catalog/9780596529307/
Companion web site: http://www.stevesouders.com/hpws/
High Performance Web Sites is written by Chief Performance Yahoo! Steve Souders. The ...
-
i am working with large video upload . for this i use splits the video into blocks(10 MB) and upload it using offset value. more over i have to show the progress
but i couldn't show the progress while the upload in progress. once the upload is over ,then status message appears.what is solution for this?
1
|
|
|