Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, May 09, 2008

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 (4)
Listings for AlwaysVisibleControl AlwaysVisibleControl (31)
Listings for Animation Animation (3)
Listings for AutoComplete AutoComplete (10)
Listings for Calendar Calendar (4)
Listings for CascadingDropDown CascadingDropDown (8)
Listings for CollapsiblePanel CollapsiblePanel (4)
Listings for ConfirmButton ConfirmButton (8)
Listings for DragPanel DragPanel (15)
Listings for DragPanelExtender DragPanelExtender (10)
Listings for DropDown DropDown (15)
Listings for DropShadow DropShadow (11)
Listings for DynamicPopulate DynamicPopulate (1)
Listings for FilteredTextBox FilteredTextBox (7)
Listings for HoverMenu HoverMenu (15)
Listings for ListSearch ListSearch (9)
Listings for MaskedEdit MaskedEdit (4)
Listings for ModalPopup ModalPopup (4)
Listings for MutuallyExclusiveCheckBox MutuallyExclusiveCheckBox (0)
Listings for NoBot NoBot (3)
Listings for NumericUpDown NumericUpDown (6)
Listings for PagingBulletedList PagingBulletedList (0)
Listings for PasswordStrength PasswordStrength (4)
Listings for PopupControl PopupControl (5)
Listings for Rating Rating (12)
Listings for ReorderList ReorderList (0)
Listings for ResizableControl ResizableControl (17)
Listings for ResizableControlExtender ResizableControlExtender (10)
Listings for RoundedCorners RoundedCorners (8)
Listings for Slider Slider (1)
Listings for SlideShow SlideShow (9)
Listings for Tabs Tabs (5)
Listings for TextBoxWatermark TextBoxWatermark (6)
Listings for ToggleButton ToggleButton (0)
Listings for UpdatePanelAnimation UpdatePanelAnimation (7)
Listings for ValidatorCallout ValidatorCallout (2)

How To Make Anthem Ajax Work With Url ReWriting        
Total Hits: 1  |  Today: 1 Author: 1anurag       Rating:  
Read Reviews | Write Review |              Your Rating: 

Anthem Ajax is one of the best ajax library available around
to write Ajax without writing JavaScript in Asp.Net.
But attempting to combine it with Extensionless Url ReWriting
is quite a challenge.
You can download Anthem Ajax from here.
You can read more about the Url ReWriting Tool used from here.
The Form control used is an extension of this article....

Faster JavaScript StringBuilder        
Total Hits: 2  |  Today: 2 Author: Ferreri Gabriele (Megasoft78)       Rating:  
Read Reviews | Write Review |              Your Rating: 

I'm currently working with a complex AJAX control (Grid), and I have to concatenate a lot of strings (HTML) to render them on the client side with JavaScript. In JavaScript, each string is immutable (like .NET), and this means that every time the engine concatenates a string using + or +=, it creates a new instance of string and disposes the old one. This, in some browsers (mainly Internet Explorer), makes the concatenation very slow. In other browsers like Mozilla Firefox or Safari, these conca...

How to integrate AJAX Control Toolkit controls in ASP.NET        
Total Hits: 6  |  Today: 1 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

Before reading this tutorial you should be familiar with ASP.NET and C# or VB.NET (examples will be provided in both C# and VB.NET). If you don't already have Visual Studio installed on your computer you can download Visual Web Developer 2005 Express Edition freely from the Microsoft website. To download AJAX Extension go to www.asp.net, click on "AJAX" tab at the top of the page, then click on the "Download" button, and at last click "Download ASP.NET AJAX v1.0" button. Save the file and run th...

Introduction to AJAX and Microsoft ASP.NET AJAX Framework        
Total Hits: 2  |  Today: 0 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

Web applications lack the rich user interface provided by Desktop applications. They tend to be less responsive compared to Desktop products. Web applications employ inherit request/response cycle to build pages which in turn creates less natural and not so dynamic/responsive pages. It was always been a challenge for web developer to built slick, rich and dynamic web applications. We can feel lag... But it's no more now. Try Google Maps. Use the cursor to zoom in/out. Don't you feel the differen...

Lazy Loading the ASP.NET AJAX TabContainer Control        
Total Hits: 9  |  Today: 0 Author: Mark Strawmyer       Rating:  
Read Reviews | Write Review |              Your Rating: 

Asynchronous JavaScript and XML (AJAX) is a bundling/simplification of technology that has existed for a while. It is a framework for building interactive Web applications that work across the popular browsers. It auto generates the necessary client-side scripting to provide a more robust user experience than native ASP.NET alone. ASP.NET AJAX originated as a separate download for ASP.NET 2.0 and Visual Studio 2005. It is now built into ASP.NET 3.5 and Visual Studio 2008....

Magic AJAX: Applying AJAX to your existing Web Pages        
Total Hits: 12  |  Today: 1 Author: Argiris Kirtzidis       Rating:  
Read Reviews | Write Review |              Your Rating: 

After all the fuss and the hype about AJAX technologies, now there are plenty of solutions for AJAX that developers can choose from. The drawback is that you have to replace the standard ASP.NET controls that your web pages contain with custom AJAX-enabled controls, and/or write JavaScript code for the client to process the data returned by the server. What if there was a "magical" panel control that, when you drag-n-drop ordinary, old-fashioned, ASP.NET controls, "magically" transforms them to ...

Build Google IG like Ajax Start Page in 7 days using ASP.NET Ajax and .NET 3.0        
Total Hits: 3  |  Today: 0 Author: Omar Al Zabir       Rating:  
Read Reviews | Write Review |              Your Rating: 

I will show you how I built a start page similar to Google IG in 7 nights using ASP.Net Ajax, .NET 3.0, Linq, DLinq and XLinq. I have logged my day to day development experience in this article and documented all the technical challenges, interesting discoveries and important design & architectural decisions. You will find the implementation quite close to actual Google IG. It has drag & drop enabled widgets, complete personalization of the pages, multi page feature and so on. It's not just a pr...

Build Google IG like Ajax Start Page in 7 days using ASP.NET Ajax and .NET 3.0        
Total Hits: 13  |  Today: 1 Author: Omar Al Zabir       Rating:  
Read Reviews | Write Review |              Your Rating: 

I will show you how I built a start page similar to Google IG in 7 nights using ASP.Net Ajax, .NET 3.0, Linq, DLinq and XLinq. I have logged my day to day development experience in this article and documented all the technical challenges, interesting discoveries and important design & architectural decisions. You will find the implementation quite close to actual Google IG. It has drag & drop enabled widgets, complete personalization of the pages, multi page feature and so on. It's not just a pr...

An Introduction to AJAX Techniques and Frameworks for ASP.NET        
Total Hits: 11  |  Today: 0 Author: Rama Krishna Vavilala       Rating:  
Read Reviews | Write Review |              Your Rating: 

By now, the chances are high that you have heard of AJAX in the context of web development. The acronym was coined by Jesse James Garret in his article: AJAX: A New Approach to Web Applications. Several frameworks have emerged since then to support AJAX Web development. In this article, we will examine some of the frameworks that are available for ASP.NET programmers. The emphasis of the article will be on Microsoft's ASP.NET Atlas which is becoming the most important framework for AJAX developm...

ASP.NET Ajax Under-the-hood Secrets        
Total Hits: 7  |  Today: 1 Author: Omar Al Zabir       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft ASP.NET Ajax is a very powerful Ajax framework. However, when you build a real Ajax site like those out there in the Web 2.0 world, you face many problems that you will hardly find documented anywhere. In this article, I will show some advance-level ideas that I learned while building Pageflakes. We will look at the advantages and disadvantages of Batch calls, Ajax call timeouts, browser call jam problems, ASP.NET 2.0's bug in web service response caching, and so on....

Dropdown Box Using AJAX        
Total Hits: 18  |  Today: 2 Author: sathesh_pandian       Rating:  
Read Reviews | Write Review |              Your Rating: 

AJAX, an acronym for Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user makes a change. This is meant to increase the web page's interactivity, speed, and usability....

PersianCalendar WebControl Using With AJAX.NET & AjaxControlToolkit        
Total Hits: 7  |  Today: 1 Author: vahid_mardani       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a Persian calendar Web Custom control with full features like ASP.NET 2.0 Calendar. In the demo project, I have used AJAX.NET and AjaxControlToolkit(http://ajax.asp.net/downloads/default.aspx?tabid=47). For retrieving & setting the Persian date, use "SelectedDatePersian" Properties.You can also use "SelectedDate" Properties for retrieving the selected date in Christ format.This control supports range date selection. For enabling this feature, you must set "SelectionMode" properties to "D...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net