Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  105
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, July 04, 2009
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

Home/Search / What's New
Search Result: Found 30 sites     

ASP.NET AJAX Control Development       
Total Hits: 451  |  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: 491  |  Today: 1 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: 497  |  Today: 0 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: 604  |  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: 591  |  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: 542  |  Today: 0 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: 486  |  Today: 0 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: 884  |  Today: 0 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: 493  |  Today: 0 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: 556  |  Today: 0 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: 553  |  Today: 0 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: 564  |  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/....

MultiUpload, a smarter file upload server control using Ajax       
Total Hits: 354  |  Today: 0 Author: jlchereau       Rating:  
Read Reviews | Write Review |              Your Rating: 

The HTML file input control and the ASP.NET FileUpload control derived from it have important limitations including poor graphic design and security restrictions. Our objective is to provide a better file upload component. This function is fulfilled by a MultiUpload control which improves on Google mail’s file attachment experience. Our environment is ASP.NET 2.0 on Windows and IIS and our MultiUpload control uses ASP.NET Ajax Extensions 1.0 which you can download and install from http://www.asp...

Grid Live Refresh       
Total Hits: 279  |  Today: 0 Author: dimitris.dpant       Rating:  
Read Reviews | Write Review |              Your Rating: 

UpdatePanel, ContentPlaceHolder, databound GridView, ModalPopupExtender, SqlDataSource, "insert data row", "modified ClientID", Ajax, "Asynchronous web service call", Callback, _doPostBack....

ASP.NET AJAX Extender for multicolumn drag & drop       
Total Hits: 324  |  Today: 0 Author: Omar Al Zabir       Rating:  
Read Reviews | Write Review |              Your Rating: 

My open source Ajax Web Portal www.dropthings.com has an ASP.NET Ajax Extender which provides multi-column drag & drop for widgets. You can see similar drag & drop behavior in commercial Ajax Start Pages like Pageflakes. The Extender allows reordering of content on the same column and drag & drop content between columns. It also supports client side notification so that you can call web service and store the position of the content behind the scene without producing (async) postback....


1   2    Next >> 

Search Result: Found 30 sites
DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com