Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Wednesday, March 10, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

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 > Articles & Samples > AJAX > AJAX Toolkit
Search:
What's New - What's Hot
Listings for Accordion Accordion (5)
Listings for AlwaysVisibleControl AlwaysVisibleControl (125)
Listings for Animation Animation (20)
Listings for AutoComplete AutoComplete (13)
Listings for Calendar Calendar (6)
Listings for CascadingDropDown CascadingDropDown (7)
Listings for CollapsiblePanel CollapsiblePanel (7)
Listings for ConfirmButton ConfirmButton (8)
Listings for DragPanel DragPanel (11)
Listings for DragPanelExtender DragPanelExtender (13)
Listings for DropDown DropDown (25)
Listings for DropShadow DropShadow (13)
Listings for DynamicPopulate DynamicPopulate (5)
Listings for FilteredTextBox FilteredTextBox (6)
Listings for HoverMenu HoverMenu (74)
Listings for ListSearch ListSearch (8)
Listings for MaskedEdit MaskedEdit (10)
Listings for ModalPopup ModalPopup (16)
Listings for MutuallyExclusiveCheckBox MutuallyExclusiveCheckBox (2)
Listings for NoBot NoBot (2)
Listings for NumericUpDown NumericUpDown (5)
Listings for PagingBulletedList PagingBulletedList (3)
Listings for PasswordStrength PasswordStrength (2)
Listings for PopupControl PopupControl (7)
Listings for Rating Rating (11)
Listings for ReorderList ReorderList (0)
Listings for ResizableControl ResizableControl (13)
Listings for ResizableControlExtender ResizableControlExtender (45)
Listings for RoundedCorners RoundedCorners (7)
Listings for Slider Slider (2)
Listings for SlideShow SlideShow (16)
Listings for Tabs Tabs (14)
Listings for TextBoxWatermark TextBoxWatermark (7)
Listings for ToggleButton ToggleButton (3)
Listings for UpdatePanelAnimation UpdatePanelAnimation (43)
Listings for ValidatorCallout ValidatorCallout (1)


ASP.NET AJAX MultiHandleSliderExtender - Slide by Year and Month    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 3 Author: Bryian Tan       Rating:  
Read Reviews | Write Review |   Your Rating: 

Replaced the PageMethods with client-side JavaScript Array. I received a feedback from the CodeProject member quoted "Here is the problem the dragging is sending many requests to the server and the last one gets executed but then that means the database has to work that extra bit and also the IIS." I thinks he has a point, so I decided to store the year and month data for each RowNumber on the client-side JavaScript array. This will allow the sliders' range label be updated through the client-si...

Context-Sensitive Feedback with AJAX    Version: 0.00       Price: $0.00   
Total Hits: 4  |  Today: 1 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

When users of any computer application start a potentially lengthy operation, best practices dictate that the user interface should be updated to indicate that work is in progress and that results may not be available for a while. This is easy to accomplish in a desktop application, but it can be rather difficult in a Web scenario. In Web applications, displaying text such as "Please wait" just before an operation begins is easy, but if you want to provide some useful feedback, such as the estim...

Customize Controls with AJAX Extenders, Part 2    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 1 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

Last month I discussed how ASP.NET input controls such as textboxes and buttons could be enhanced by using AJAX control extenders. This month I'll add more advanced features, such as masked editing and autocompletion, using the Microsoft® .NET Framework 3.5 and the newest version of ASP.NET, which was in Beta 2 at the time of this writing. In addition, I'll be using the most recently available build of the ASP.NET AJAX Control Toolkit. For information on how to get the required software toolkits...

Tag Cloud with jQuery Effect    Version: 0.00       Price: $0.00   
Total Hits: 11  |  Today: 1 Author: Petr Pechovic       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, I'd like to share a Tag Cloud web control with a star filed jQuery effect. The jQuery plug-in itself was not written by me. You can find the plug-in on [1]. I just wrapped an existing plug-in into a web control in order to be used as quickly as possible for developers who want to avoid the JavaScript. I realize it is not too much what I have done in this article, but I still think it could be very useful. Basically, you don't need to touch JavaScript to reach the effect. It is a...

Build a Web based Chat using ASP.NET Ajax    Version: 0.00       Price: $0.00   
Total Hits: 25  |  Today: 2 Author: Jorge Bay Gondra       Rating:  
Read Reviews | Write Review |   Your Rating: 

I will show you how to build a Web-based chat using ASP.NET 2.0/3.5, ScriptServices and a SQL Server database, that can handle several requests and simultaneous users.

The source provided is pretty much ready to be copied and pasted into any 3.5 web application....

4 steps to consume web services using Ajax (Includes Video tutorial)        
Total Hits: 18  |  Today: 1 Author: Shivprasad       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article we will try to understand the 4 important steps to consume web service directly in Ajax. In this sample we will create a simple customer combo box as shown in the figure below. This customer combo box will be filled by calling the web service methods directly of the customer web service....

Ajax rating control is not in one line    Version: 0.00       Price: $0.00   
Total Hits: 24  |  Today: 1 Author: snehalgb       Rating:  
Read Reviews | Write Review |   Your Rating: 

But when it is used in datalist with other information sometime
it will be sandwitched. and appear as 2 stars ans below 2 stars
and then one star something like that. which is not good look at all....

MultiHandleSliderExtender could not be set on property    Version: 0.00       Price: $0.00   
Total Hits: 20  |  Today: 1 Author: Enquirer       Rating:  
Read Reviews | Write Review |   Your Rating: 

I was working with the AJAX MultiHandleSliderExtender control, the thing that bother me the most is the error listed below at design time. The code didn't throw any error at runtime....

Simultanious Async Requests Using Multiple Update Panel    Version: 0.00       Price: $0.00   
Total Hits: 33  |  Today: 2 Author: Muhammad Akhtar Shiekh       Rating:  
Read Reviews | Write Review |   Your Rating: 

I want to share an experience to deal with the issue of simultaneous asynchronous requests using update panel.

I faced an issue while working with multiple update panels on same page.I found that we can't perform simultaneous Asynchronous Requests using multiple update panels on same page. When we submit multiple request then last request always wins. It was quite unexpected behavior of update panel and against the Asynchronous programming models.
However, if we don't want 'Last reques...

From simple JavaScript classes to ASP.NET AJAX Controls    Version: 0.00       Price: $0.00   
Total Hits: 34  |  Today: 1 Author: Petr Pechovic       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article I’ll cover OOP principles in MS AJAX JavaScript Library. It is quite a big topic but I decided to highlight only the essential things that should be known by developers creating server side controls extended by client capabilities....

TextChanged Extender for ASP.NET AJAX RC1    Version: 0.00       Price: $0.00   
Total Hits: 26  |  Today: 1 Author: Jay Giganti       Rating:  
Read Reviews | Write Review |   Your Rating: 

I needed a way to react to a user typing in a text box on my web page. At the time, I was using the Atlas framework and found some JavaScript that would take care of the problem for me. Everything was great until the Atlas framework started maturing and turned into ASP.NET AJAX. Unfortunately I could not get the previous code to work in the new environment. I figured it was time for me to figure out how to get an extender to work so I took the previous JavaScript and updated it so it fit into th...

Ajax: Show a page mask during Async Postback    Version: 0.00       Price: $0.00   
Total Hits: 53  |  Today: 1 Author: J a a n s       Rating:  
Read Reviews | Write Review |   Your Rating: 

We can display a page mask (for avoiding unnecessary clicks) during a async postbacks with the help of an modalpopup extender....



DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net