|
|
|
Welcome to AJAX section of C# Corner. In this section, you will find various AJAX related articles, tutorials, source code, tips, and other resources.
|
|
|
|
|
|
|
|
|
Sub report in GridView using AJAX
by
Erode Senthilkumar
on
Aug 31, 2009
This article explains about the sub report in the Gridview using Ajax. It will load the subreport content dynamically at the time of view the report. The ajax have used to implement this part.
|
Ajax with Postback Ritalin
by
Rohit Sinha
on
Aug 03, 2009
Recently I noticed a simple and nice control giving more functionality to partial postback, it is Postback Ritalin. This is built on top of ASP.NET Ajax extensions and offers a nice solution to a common problem i.e. disabling button during partial postbacks.
|
AJAX Pager control
by
Jigar Desai
on
Jun 17, 2009
After AJAX Repeater control next logical thing was to try and create paging control, a control which renders paging links when you set its properties like page count and page number, I have been using similar control in asp.net page so I decided to implement same thing with JavaScript.
|
jQuery in Microsoft.NET and Oracle AS
by
John Charles Olamendy
on
May 26, 2009
jQuery is a lightweight JavaScript library CSS3 compliant to efficiently traverse HTML documents, handle events, perform actions and add interaction to the Web pages. In this article, I will explain how to use jQuery with Microsoft ASP.NET and Oracle Application Server (AS).
|
Validation in ASP.NET using jQuery
by
John Charles Olamendy
on
May 19, 2009
Validation is an important requirement in every enterprise application and every platform has its own implementation to this regards. In this article, I will illustrate how to implement client-side validation in ASP.NET using jQuery.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IMPLEMENT A REAL AJAX CUSTOM CLASS. STORE THE OBECT VALUES AND RETAIN IT
by
Jaish Mathews
On
Oct 24, 2009
Asp.net ajx supporting custom Classes and NameSpaces. We can declare a class and use it object in another place. We can also store the values to this object and later can use for other purposes. I am here decalring a custom class inside a custom ajax library. Then using that class in another javascrit. You peole need to try to elaborate this class with more functionalities. I am trying to give you a good start.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Up Down Extender In ASP.NET
by
Nikhil Kumar
On
Aug 04, 2009
The use of Up Down Extender it that you are not require to type any number of character you have to just select from the up down button…it will change dynamically when you click the button,
|
|
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.
|
|
|
|
|
|
|
|
|
Make the most of AJAX
by
Praveen Moosad
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 Moosad
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 Moosad
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 Moosad
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 Moosad
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 Moosad
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 Moosad
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 Moosad
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 Moosad
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 Moosad
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 Moosad
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 Moosad
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.
|
The "Atlas" Control Toolkit
by
Praveen Moosad
on
Jun 16, 2006
The "Atlas" Control Toolkit is a collection of samples and components that makes it easier then ever to build and consume rich client-side “Atlas” controls and extenders. The toolkit provides both ready to go samples and a powerful SDK to simplify the creation and re-use of your own custom controls and extenders.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
This book demonstrates the overwhelming majority of LINQ operators and protoypes, it is a veritable treasury of LINQ examples.
|
|
Browse more books here»
|
|
|
|
|