|
|
|
Applications (960) Management, Email, Graphics, Search.. | Articles & Samples (3394) CDONTS, Cookies, Search, Management.. | Community (45) Conferences, Chat Rooms, Forums, Jobs.. | Components (457) Browser, Calendar, Chat, Email, Maps.. | Database (562) Access, ADO, Connections, SQl.. | Developers Sites (129) Sites dedicated to developer community.. | Developers Training (71) Training CD-ROMs, Videos, Courseware.. | Downloads (44) Service Packs, Sample Code, more.. | Hosting Services (128) ASP Hosts, ASP.Net Hosts | Introduction (108) ASP, ADO.Net, C#, VB.NET, XML | Knowledge Base (266) KB Articles, How to, Samples, more.. | Sample Chapters (24) Sample Chapters from developer books.. | Support WebCasts (38) Microsoft Support WebCasts | |
|
|
|
|
Total Hits: 342 | Today: 1 |
Author: Kazi Manzur Rashid
|
Rating:
|
|

In my previous article, I have presented the AJAX Grid and a Generic Pager, which mimics the built-in GridView control on the client side. In this part, I will provide details about developing Ajax Controls with the ASP.NET AJAX Framework.Although the main goal of this article is to show you how to develop ASP.NET AJAX Controls with the ASP.NET AJAX Framework, it's really worth to read this, even if you are only interested in ASP.NET AJAX Framework instead of developing controls. Developing ...
|
|
|
|
Total Hits: 310 | Today: 0 |
Author: Alessandro Gallo
|
Rating:
|
|

In the first part of this series, we started with an example of a simple web page that displays a Virtual Earth map on screen. The purpose of the code was to highlight some bad habits in writing markup and JavaScript code. We promised ourselves to rewrite the same page in order to take advantage of ASP.NET and the new AJAX framework. This is what we are going to do starting from part two of this series....
|
|
|
|
Total Hits: 314 | Today: 0 |
Author: Alessandro Gallo
|
Rating:
|
|

In the second part of this series, you saw how to create client Controls and Extenders using the Microsoft Ajax Library and the ASP.NET AJAX server framework. Now, you will learn how to make asynchronous calls to the server in order to process data without reloading a web page.The Web uses a stateless protocol (HTTP) to exchange data. As a consequence, a user interacts with a web page through multiple request-response transactions. Typically, an action performed by the user (such as submitting a...
|
|
|
|
Total Hits: 395 | Today: 1 |
Author: Petrovik Aleksandar
|
Rating:
|
|

Couple of weeks ago, I created a DHTML control, based on the DHTML posted on www.dynamicdrive.com. It was a data-bound control, and it was a nice experience. I had to go through all the details of amazing "Developing Microsoft ASP.NET Server Controls and Components", and I learnt a lot of new things. But, after I start reading about AjaxControlToolkit, and started analyzing the code, I realized that there is a lot easier way to achieve the same thing, in a lot more elegant way....
|
|
|
|
Total Hits: 365 | Today: 0 |
Author: dB.
|
Rating:
|
|

My website is a rich social network that offers users many web forms to fill. For example, users can post articles and edit lengthy profiles. Often they click on a link that takes them away from the page or press the wrong key (e.g. backspace that navigates to the previous page). In both cases their changes get lost. And it is always frustrating to have to re-enter the same text twice. Wouldn't it be nice to warn the user that he has unsaved data and give him an opportunity to cancel, then save ...
|
|
|
|
Total Hits: 353 | Today: 0 |
Author: Rama Krishna Vavilala
|
Rating:
|
|

ASP.NET Atlas has a timer server control which periodically postbacks to the server. However, the TimerControl has a bug that prevents it to be stopped from server side code during partial rendering. Time and again, I encounter the question in Atlas forums which ask for a workaround to this bug. This article is based on my post in Atlas forums, and has detailed explanation on how to solve this problem. Hopefully, the issue will be resolved in a future version of Atlas....
|
|
|
|
Total Hits: 308 | Today: 0 |
Author: Rama Krishna Vavilala
|
Rating:
|
|

Sometime back, I came across the Spell with flickr web page. You can enter some text in the web page and the text is spelled using images from the oneletter and onedigit group in flickr. This webpage uses PHP. I was experimenting with the concept of bridges in Atlas to develop a mash-up. In my actual mash-up application, I needed something similar to the Spell with flickr web site. The result is this extender which allows you to display the text inside an HTML element as random images, represent...
|
|
|
|
Total Hits: 599 | Today: 0 |
Author: Cassio Alves
|
Rating:
|
|

This is an AJAX AutoSuggest ASP.NET textbox I've created a while ago. It is built on top of the Anthem.NET library....
|
|
|
|
Total Hits: 305 | Today: 0 |
Author: Cassio Alves
|
Rating:
|
|

This is a custom webcontrol that shows the progress of long sequential tasks using AJAX to refresh the page.
I needed this for a web form where the user would click a button and the system would send e-mails for a group of people. To enhance the responsiveness of the system, I had the idea of showing the progress of each e-mail being sent. Then I realized this idea could be used in many other situations where tasks need to be synchronously executed....
|
|
|
|
Total Hits: 350 | Today: 0 |
Author: jlchereau
|
Rating:
|
|

ImageList and MultiUpload have recently been described in two articles:
* An Ajax image list control to manage lists of items displayed as icons, * MultiUpload, a smarter file upload server control using Ajax.
Our objective is to realize a professional GUI for uploading files and this is achieved by combining ImageList and MultiUpload. Our environment is ASP.NET 2.0 on Windows and IIS and both our ImageList and MultiUpload controls use ASP.NET Ajax Exte...
|
|
|
|
Total Hits: 353 | Today: 0 |
Author: jlchereau
|
Rating:
|
|

Our objective is to provide a mean to manage small lists of items in the browser, including adding and removing items, where the final list can be posted to an ASP.NET server. This function is fulfilled by an ImageList control which is inspired from the WinForms’ ListView control. Our environment is ASP.NET 2.0 on Windows and IIS and our image list uses ASP.NET Ajax Extensions 1.0 which you can download and install from http://www.asp.net/ajax/....
|
|
|
|
Total Hits: 353 | Today: 0 |
Author: jlchereau
|
Rating:
|
|

Our objective is to provide an Ajax equivalent to WinForms’ MessageBox and Javascript alert, which is adapted to both the HTTP submit pattern and the display of messages of Ajax callbacks. The function is fulfilled by an information box ASP.NET server control which displays messages within the page. Our environment is ASP.NET 2.0 on Windows and IIS and our information box uses ASP.NET Ajax Extensions 1.0 which you can download and install from http://www.asp.net/ajax/....
|
|
|
|
|
|