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 |
| |||
| 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... |
| |||
| 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? |
| |||
| 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. |
| |||
| 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 08:45 PM. |
| |||
| 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 | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/asp-asp-net-programming/4068-how-use-ajax-asp-net-how-install-ajax-my-system.html | |||
| Posted By | For | Type | Date |
| DiscussWeb IT Community - Technical Support and Technology Discussions | This thread | Refback | 03-24-2008 04:23 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Drawback in Ajax | senraj | PHP Programming | 32 | 03-28-2008 11:54 PM |
| ajax | ursklakshmanan | PHP Programming | 3 | 03-17-2008 02:21 AM |
| Team Explorer install on system without MS office installed | arjkhanna | Server Management | 2 | 10-22-2007 08:19 AM |
| AJAX Menu from XML | SaravananJ | ASP and ASP.NET Programming | 5 | 09-05-2007 10:50 AM |
| ASP.NET AJAX secrets | a.deeban | ASP and ASP.NET Programming | 15 | 09-05-2007 07:11 AM |