Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  45
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Monday, October 13, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase
Search
DevASP

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


ASP.NET AJAX Control Development       
Total Hits: 249  |  Today: 0 Author: Kazi Manzur Rashid       Rating:  
Read Reviews | Write Review |              Your 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 ...

ASP.NET AJAX meets Virtual Earth – Part Two       
Total Hits: 230  |  Today: 2 Author: Alessandro Gallo       Rating:  
Read Reviews | Write Review |              Your 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....

ASP.NET AJAX meets Virtual Earth – Part Three       
Total Hits: 229  |  Today: 1 Author: Alessandro Gallo       Rating:  
Read Reviews | Write Review |              Your 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...

Building AJAX scroller control using Accordion control toolkit as a model       
Total Hits: 297  |  Today: 0 Author: Petrovik Aleksandar       Rating:  
Read Reviews | Write Review |              Your 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....

Dirty Panel Extender (ASP.NET AJAX)       
Total Hits: 277  |  Today: 0 Author: dB.       Rating:  
Read Reviews | Write Review |              Your 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 ...

A Stoppable Timer Control for ASP.NET Atlas       
Total Hits: 258  |  Today: 3 Author: Rama Krishna Vavilala       Rating:  
Read Reviews | Write Review |              Your 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....

flickr Spell Extender Control for ASP.NET Atlas       
Total Hits: 226  |  Today: 1 Author: Rama Krishna Vavilala       Rating:  
Read Reviews | Write Review |              Your 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...

AJAX AutoComplete/AutoSuggest TextBox       
Total Hits: 446  |  Today: 2 Author: Cassio Alves       Rating:  
Read Reviews | Write Review |              Your 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....

AJAX Multi-Task Indicator       
Total Hits: 227  |  Today: 1 Author: Cassio Alves       Rating:  
Read Reviews | Write Review |              Your 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....

Professional file uploads with the MultiUpload and ImageList server controls       
Total Hits: 259  |  Today: 2 Author: jlchereau       Rating:  
Read Reviews | Write Review |              Your 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...

An Ajax image list control to manage lists of items displayed with icons       
Total Hits: 248  |  Today: 1 Author: jlchereau       Rating:  
Read Reviews | Write Review |              Your 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/....

An information box control to display messages using Ajax       
Total Hits: 258  |  Today: 0 Author: jlchereau       Rating:  
Read Reviews | Write Review |              Your 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/....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com