|
Latest AJAX Posts
|
Using AutoComplete in the AJAX Toolkit in VB.NET
This tutorial was created with and aimed toward users of Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this location , must be installed. Also, if using VS.NET 2005, some additional steps may be required that are not listed in this article...
|
Using AutoComplete in the AJAX Toolkit in C#
This tutorial was created with and aimed toward users of Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this location , must be installed. Also, if using 2005, some additional steps may be required that are not listed in this article. Microsoft...
|
Installing AJAX Toolkit for Visual Studio .NET 2008
This tutorial was created with Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this location , must be installed. Microsoft have a Control Toolkit that is not included with the .NET Framework, but can be downloaded from www.codeplex.com/AjaxControlToolkit...
|
Using JavaScript and UpdatePanels in VB.NET
This tutorial was created with Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this link , must be installed. We all know that AJAX utilizes JavaScript, but what if we want to use our own JavaScript calls in conjunction with AJAX? This tutorial...
|
Using JavaScript and UpdatePanels in ASP.NET 3.5
This tutorial was created with Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this link , must be installed. We all know that AJAX utilizes JavaScript, but what if we want to use our own JavaScript calls in conjunction with AJAX? This tutorial...
|
Updating an UpdatePanel Programmatically in VB
This tutorial was created with Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this link , must be installed. Using AJAX in ASP.NET, we are able to programmatically force an UpdatePanel to Update - we do not have to rely solely on triggers...
|
Updating an UpdatePanel Programmatically in C#
This tutorial was created with Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this link , must be installed. Using AJAX in ASP.NET, we are able to programmatically force an UpdatePanel to Update - we do not have to rely solely on triggers...
|
Using UpdatePanel Triggers in VB.NET
This tutorial was created with Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this link , must be installed. In AJAX, we can specify areas of a page to be refreshed without refreshing the whole page. For this, we use UpdatePanels, which also...
|
Using UpdatePanel Triggers in C#
This tutorial was created with Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this link , must be installed. In AJAX, we can specify areas of a page to be refreshed without refreshing the whole page. For this, we use UpdatePanels, which also...
|
Using AJAX, LINQ and XML in C#
This tutorial was created with Visual Stuiod.NET 2008. It can be recreated in 2005, but you will need to download and install Microsoft's ASP.NET AJAX Extensions from this link . AJAX and LINQ are two of the main focuses of Microsoft right now; and no wonder - both have huge potential and power behind...
|