soloscript.com
Home | Contact Us | Log In | Help
HOME New Listing Script NEW LISTING Most Popular Script MOST POPULAR High Rated Script HIGHEST RATED Script SCRIPTS Add Script ADD SCRIPT Download Tutorial DOWNLOADS Forums FORUM
TUTORIALS
   ASP.Net & C#
   ASP
   Perl and PHP
   Java Scripts
   C and C++
   Ajax Tutorials
   J2ee, J2Me, Java
   Python & Ruby Rail
   Crystal Report
   Sap
   CGI
   XML
   Cold Fusion & CFML
   HTML, DHTML & CSS
   Dreamweaver
   FLASH
   Photoshop/Web Designing
   Tools & Utilities
   Oracle/D2K
   Sql Server
   MySql
   Domain Name Registration
   Remotely Hosting
   Web/Server Application
   Hotel Marketing
   Internet and Law
   Search Engine Optimization/SEO
   E-Commerce
   Interview Questions
Previous < 10 11 12 13 14 15 16 17 18 > Next
AJAX 14
AJAX Loading Panel

A loading image is shown as a progress indication when an AJAX request is performed, i.e. when the page is loading silently. This improves the look and feel of the page as there are no sudden changes and unnecessary flickering.

The example demonstrates all present loading images coming with the ajax controls.

You can set your own picture as a loading image, just show the path to it in the loading panel definition:

Ajax Loading Panel Visit Site
AJAX Panel

This example illustrates how easy it is to AJAX-enable an asp.net control. By simply wrapping a standard (or custom) control in a RadAjaxPanel, all postbacks that it performs will be converted to an AJAX requests without writing a single line of code. All events handlers, viewstate and form data are preserved and the page life cycle goes on as normal. We have chosen two relatively complex controls: a Calendar and a Grid and have wrapped them in RadAjaxPanel to demonstrate how to "ajaxify" them.

Ajax Panel Visit Site
CakeTimer - Demo Page

This is a demonstration of an AJAX powered progressbar to monitor file uploads with (Cake)PHP. Yes you've heard right! Well, but before you begin to drool all over the place, there is one downside: it requires a Perl script that allows you to know the upload progress. But besides this little downer you have a maximum of flexibility regarding the design of your progress-bar and integration in your system.

Cake Timer Visit Site
Request/Response in an Ajax world

So you now understand Ajax and have a basic idea about the XMLHttpRequest object and how to create it. If you've read closely, you even realize that it's the JavaScript technology that talks to any Web application on the server rather than your HTML form being submitted to that application directly.

What's the missing piece? How to actually use XMLHttpRequest. Since this is critical code that you'll use in some form in every Ajax application you write, take a quick tour through what a basic request/response model with Ajax looks like

Ajax World Visit Site
Partial ajaxification

The example demonstrates the ability of RadAjaxManager to ajaxify specific controls dynamically. Here, the ImageButtons are ajaxified only - GridView sorting and paging causes regular postbacks.

This is achieved via the following code:
AjaxManager1.AjaxSettings.AddAjaxSetting(ImageButton1, DetailsView1);
"telling" the manager to ajaxify the image button, which will update DetailsView1 control.

Ajaxification Visit Site
Previous < 10 11 12 13 14 15 16 17 18 > Next
  Copyright 2000-2006 © SoloScript.com, All rights reserved.