|
|
|
|
Articles
(147)
|
|
|
Tutorials
(3)
|
|
|
Resources
(30)
|
|
|
Downloads
(1)
|
|
|
|
|
|
|
|
Welcome to AJAX section of C# Corner. In this section, you will find various AJAX related articles, tutorials, source code, tips, and other resources.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ASP.NET AJAX TabContainer : Tips and Tricks
by
Kapil Soni
On
Aug 04, 2010
An ASP.NET AJAX TabContainer creates a set of Tabs that can be used to save screen space and organize content. The TabContainer contains a number of TabPanel controls. You can place your controls inside each TabPanel. In this article, we will explore some common tips and tricks with the ASP.NET AJAX TabContainer control.
I assume you have some basic experience developing ASP.NET AJAX applications and have installed the ASP.NET AJAX Library and ASP.NET Control Toolkit. As of this writing, the toolkit version is Version 1.0.20229 (if you are targeting Framework 2.0, ASP.NET AJAX 1.0 and Visual Studio 2005) and Version 3.0.20229 (if targeting .NET Framework 3.5 and Visual Studio 2008).
All the tips shown below have been created using Version 3.0.20229 (targeting .NET Framework 3.5 and Visual Studio 2008).
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using Ajax update panel
by
Dhumil Parekh
On
Mar 07, 2010
I want to demonstrate how to use an Ajax Update Panel combined with a Timer control for showing the Top 20 Merchandises of the day, that gets updated every 5 sconds, without refreshing the entire page.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ASP.NET AJAX 1.0
by
Mahesh Chand
on
Feb 22, 2007
ASP.NET AJAX is a set of technologies to add AJAX (Asynchronous JavaScript And XML) support to ASP.NET. It consists of a client-side script framework, server controls, and more.
|
|
|
|
|
|
|
|
|
AJAX Control Toolkit
by
Arjun Panwar
on
Dec 06, 2011
Ajax Control Toolkit contains set of controls that we can use to build highly responsive and interactive Ajax-enabled ASP.NET Web Forms applications.
|
Make the most of AJAX
by
Praveen Kumar
on
Oct 12, 2007
AJAX is a disruptive technology that's changed the way Web apps are developed and used. It allows for interactive pages and sits on the cutting edge of current Web trends.
|
How Do I: Implement the Predictive Fetch Pattern for AJAX
by
Praveen Kumar
on
Mar 06, 2007
Demonstrates an implementation of the Predictive Fetch pattern for AJAX, where the AJAX engine uses the current state of the user’s interaction to predict which set of content will be needed next, and then fetches that data in advance from the server. This provides for a more responsive user experience.
|
Call SOAP Web services with Ajax, Part 2: Extend the Web services client
by
Praveen Kumar
on
Jun 16, 2006
Implement a Web Browser-based SOAP Web services client using the Asynchronous JavaScript and XML (Ajax) design pattern. In the Part 1 of this series, "Call SOAP Web Services with Ajax, Part 1," the author introduced a simple Web browser-based JavaScript library for invoking SOAP Web services. In the discussion that follows, the author expands on functions of that JavaScript library by implementing basic support for the Web Services Addressing Language and the Web Services Resource Framework specifications.
|
Rich Ajax slide shows with DHTML and XML
by
Praveen Kumar
on
Jun 16, 2006
Learn to create an Asynchronous JavaScript and XML (Ajax) client-side slide show that's animated using "Ken Burns Effects." Here, you discover how to build XML data sources for Ajax, request XML data from the client, and then dynamically create and animate HTML elements with that XML.
|
Ajax RSS reader
by
Praveen Kumar
on
Jun 16, 2006
Learn how to build an Asynchronous JavaScript and XML (Ajax) Really Simple Syndication (RSS) reader, as well as a Web component that you can place on any Web site to look at the articles in the RSS feeds
|
Considering Ajax, Part 2: Change your life with mashups
by
Praveen Kumar
on
Jun 16, 2006
In the first installment of this series, I talked about the hype by which Ajax is currently surrounded. You also learned that reliable frameworks are still under construction, and that you should worry about navigation history, bookmarkability, feedback, persistence, concurrency, and security.
|
The Ajax transport method
by
Praveen Kumar
on
Jun 16, 2006
Explore three ways to move data to and from the server: the XMLHttp method, the <script> tag method, and the frame or iframe approach. This tutorial shows you all you need to know about the critical transport piece of the Ajax puzzle that fits between the client and the server.
|
Mastering Ajax, Part 5: Manipulate the DOM
by
Praveen Kumar
on
Jun 16, 2006
Last month Brett introduced the Document Object Model, whose elements work behind the scenes to define your Web pages. This month he dives even deeper into the DOM. Learn how to create, remove, and change the parts of a DOM tree, and take the next step toward updating your Web pages on the fly!
|
Mastering Ajax, Part 4: Exploiting DOM for Web response
by
Praveen Kumar
on
Jun 16, 2006
The great divide between programmers (who work with back-end applications) and Web programmers (who spend their time writing HTML, CSS, and JavaScript) is long standing. However, the Document Object Model (DOM) bridges the chasm and makes working with both XML on the back end and HTML on the front end possible and an effective tool. In this article, Brett McLaughlin introduces the Document Object Model, explains its use in Web pages, and starts to explore its usage from JavaScript.
|
Mastering Ajax, Part 3: Advanced requests and responses in Ajax
by
Praveen Kumar
on
Jun 16, 2006
For many Web developers, making simple requests and receiving simple responses is all they'll ever need, but for developers who want to master Ajax, a complete understanding of HTTP status codes, ready states, and the XMLHttpRequest object is required. In this article, Brett McLaughlin will show you the different status codes and demonstrate how browsers handle each and he will showcase the lesser-used HTTP requests that you can make with Ajax.
|
Considering Ajax, Part 1: Cut through the hype
by
Praveen Kumar
on
Jun 16, 2006
Chris Laffra has compiled a set of discussion points for every developer to consider before using Ajax techniques for a Web site that he outlines in this two-part series. Some points are potential problem areas; most highlight Ajax's great potential.
|
AJAX Feedback Mechanism
by
Praveen Kumar
on
Jun 16, 2006
Here we set out to build a quick and easy feedback mechanism. A little floater/popup that lets you quickly rate a page. All AJAX driven of course.
|
|
|
|
|
|
|
|
|
|