This is a discussion on how to use ajax in asp.net and how to install ajax in my system within the ASP and ASP.NET Programming forums, part of the Web Development category; hiiiiiiiii, how to use ajax in asp.net and how to install ajax in my system,help me thanks...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| hiiiiiiiii, how to use ajax in asp.net and how to install ajax in my system,help me thanks |
|
#2
| |||
| |||
| Hi, I will tell u how to use ajax in asp.net. Add this code in ur web page, <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> Add the namespace for Ajax in web.config... |
|
#3
| |||
| |||
| Hi poornima, Is Ajax is a scripting language similar to JavaScript? Did we want to install it seperately? If then how? Is it a free or opensource software? |
|
#4
| |||
| |||
| Hi, AJAX is not a new programming language, but a new way to use existing standards.AJAX->Asynchronous JAvaScript and XMLAJAX is based on JavaScript and HTTP requests.It have set of tags like we use in html.It is very interesting.It is mostly used for doing client side programming with out hitting the server request much...AJAX is a browser technology independent of web server software and it is platform independent..yes,it is a free open source software.For further details refer W3Schools Online Web Tutorials. |
|
#5
| |||
| |||
| Hi Kirubananth, I forget to tell u tat you must install AJAX separately.AjaxControlToolKit.dll should be used as a reference in asp.net.Use register tag like this <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> in the page where u r using ajax controls or simply include this line in master page...You must add the namespace for ajax in web.config... Last edited by poornima : 03-24-2008 at 07:45 PM. |
|
#6
| |||
| |||
| How is ASP.NET AJAX used in this project? It is an N-tier application, with a user interface (UI) layer, a business layer, and a data access layer. I have used ASP.NET AJAX to implement the UI layer of the portal application which includes the homepage and the widgets’ UI. ASP.NET AJAX provides the framework for loading widgets onto the Start page, updating widgets without doing any postbacks (via UpdatePanel), and changing page layout by dragging and dropping widgets on the page. It also provides a rich collection of Control Extenders, that add cool effects like fade in/fade out, smooth transitions, and client side animations . You can add to the rich client-side experience by providing auto-completion behavior on text boxes, asynchronous data loading via webservice calls, and client-side paging, sorting and many more. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ajax | ursklakshmanan | PHP Programming | 3 | 03-17-2008 01:21 AM |
| pagination with ajax | rajkumar | Other Web Programming Languages | 0 | 12-14-2007 05:18 AM |
| AJAX Menu from XML | SaravananJ | ASP and ASP.NET Programming | 5 | 09-05-2007 09:50 AM |
| ASP.NET AJAX secrets | a.deeban | ASP and ASP.NET Programming | 15 | 09-05-2007 06:11 AM |
| Ajax Popup | SaravananJ | C# Programming | 10 | 08-27-2007 11:41 PM |
Our Partners |