Welcome to Bilal Haidar [MVP, MCT] Official Blog Sign in | Join | Help

Browse by Tags

All Tags » AJAX-ATLAS   (RSS)

Two New Videos on ASP.NET 2.0 AJAX 1.0 Extensions

Two news videos has been added by Joe Stagner on the AJAX Technology by MSFT. Check them out, really valuable (as always): #65 | How Do I: The AJAX Toolkit Reorder Control #66 | How Do I: Retrieve Values From Server Side AJAX Controls Hope this helps,
Posted by BilalHaidar [MVP] | 1 Comments
Filed under:

How to Postback Asynchronously from inside a GridView

I have posted a new article on the ASP.NET Wiki and the article is titled as: How to Postback Asynchronously from inside a GridView Check it out and have your comments and improvements! Regards

ASP.NET 2.0 AJAX InlineEditLabel Control

Today, I will have a new article on inline-edit control using ASP.NET 2.0 AJAX Extensions published on www.aspalliance.com . That script I wrote was based on a script written by native AJAX. It was simply an ASP.NET 2.0 AJAX Component and not a real control.
Posted by BilalHaidar [MVP] | 10 Comments
Filed under:

AJAX Control Toolkit - September 2007 Update

The AJAX Control Toolkit has a new version released! This release contains mainly a set of bug fixes and making existing extenders more stable and robust! Check the website on codeplex: http://www.codeplex.com/Wiki/View.aspx?ProjectName=AtlasControlToolkit
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

StringBuilder in ASP.NET 2.0 AJAX 1.0 Client Library

I was surprised to know that in the new ASP.NET 2.0 AJAX 1.0 Client Library, a new data type has been added which is the StringBuilder . As you know either in C# or VB.NET, when you are concatinating a large number of strings, each time you concat a string
Posted by BilalHaidar [MVP] | 1 Comments
Filed under:

ASP.NET 2.0 AJAX 1.0 Extensions Overview

I have presented yesterday an overview of the major sections in ASP.NET AJAX 1.0 Extensions in the Community Night gathering that took place in the Metropolitan Hotel. There will be a series of AJAX session by me to go in depth into all the fields of

ASP.NET 2.0 AJAX Shorthand Syntax

A very nice blog post by Joe Stagner on the existing ASP.NET 2.0 AJAX Shortcuts can be reached here: http://joeon.net/archive/2007/08/16/ASP.NET-AJAX-Shorthand-Syntax.aspx It is a must-read post!! Regards
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

Tips and Tricks: ASP.NET AJAX 1.0 and User Controls

I kindly invite you all to check my latest article on the www.aspalliance.com : http://aspalliance.com/1274 Hope you will enjoy it! Regards
Posted by BilalHaidar [MVP] | 1 Comments
Filed under:

Tip and Tricks: ASP.NET 2.0 AJAX 1.0 Extensions and Master Pages

I kindly invite you all to check my latest article on the www.aspalliance.com : http://aspalliance.com/1285 Hope you will enjoy it! Regards
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

Define Custom EventArgs in AJAX 1.0 Extensions

While preparing a sample application to my new article on aspalliance.com that will be published soon on Creating Client Controls in ASP.NET 2.0 AJAX 1.0 Extensions, I had to bind an event handler to a button created in the render method of the control.
Posted by BilalHaidar [MVP] | 2 Comments
Filed under:

AJAX Asynchronous Postback

Another quick note on the event's order when for instance a button inside an UpdatePanel fires an event: 1- The Button inside the UpdatePanel is clicked, this means a new asynchronous postback request is initiated 2- PageRequestManager fires the initializeRequest
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

AJAX Initial Request

Just a quick note to illustrate the event order of a page that has a ScriptManager control and loads for the first time: 1- Request sent to the server 2- Response received from the server 3- Application instance raises the Init event 4- Application instance
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

ASP.NET AJAX from Scratch

For all new ASP.NET AJAX developers, I advise you to attend the coming web cast on Monday, May 14, 2007. Check it more details here: Russ and Joe Developer Show: ASP.NET AJAX from Scratch Hope this helps, Regards

AJAX - Calling Webservices and Callback Functions

I was playing around with creating an AJAX client class, in which I had a function to call a Webservice. I specified the callback function to run when the response is back from the Webservice. The code is as follows: // Define a namespace Type.registerNamespace("Testing");
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

Microsoft ASP.NET 2.0 Ajax - Client Library Webcasts

Rob Bagby, a Microsoft Developer Evangelist, is running in the coming weeks a series of Webcasts on the Client Side of ASP.NET AJAX, here is the list: ASP.NET AJAX Client Libraries: Calling Web Services (5/3/07 @1:00 p.m. Arizona time) ASP.NET AJAX Client
More Posts Next page »