Ajax

Ajax Toolkit based projects

Editor Control in ASP.NET AJAX

Filed in Ajax, ASP.NETTags: , , , , ,

HTMLEditor is an ASP.NET AJAX Control that allows you to easily create and edit HTML content. Various buttons in toolbar are used for content editing. You can see generated HTML markup and preview document. The Editor control is very useful when you are trying to develop a blogging site. The Editor control has some other [...]

Rating Control in ASP.NET

Filed in Ajax, ASP.NETTags: , , ,

While using various Internet sites, you guys see sometime that there is an option to give your ratings for that particular site or particular topic on that site. This Rating is very useful to measure the site or any particular product. Today in this article I am going to tell you that how to create [...]

How to Implement Google Translator API in ASP.NET

Filed in Ajax, ASP.NET, JQuery, Web AppTags: , , , , , , , ,

This Article you will learn how to implement Google Translator API in your ASP.NET Web Application. Google Translator is used to translate the message or word or some texts from one language to another language. This translator is sometime very useful when you are developing a multi language support application in ASP.NET. To implement Google Translator I [...]

Implementing Ajax SlideShowExtender Control in ASP.NET

Filed in Ajax, ASP.NET

In this article I am going to implement a very interesting control of AJAX. The SlideShowExtender is used to show the content like a slide show in PowerPoint of Microsoft Office. This article will show you that how can we built our custom Slide Show using SlideShowExtender Control. Also I have used the JavaScript code [...]

How to use AutoCompleteExtender Ajax Control in C#.NET

Filed in Ajax, ASP.NET, Web AppTags: , , , , , , ,

AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox. The dropdown with candidate words supplied by a web service is positioned on the bottom left of the text box. [...]

How to use Accordion and Accordion Pane Ajax Controls in C#.NET : Free Download Ajax Toolkit Setup

Filed in Ajax, ASP.NET, Web AppTags: , , , , , , , , , , ,

The Accordion is a web control that allows you to provide Multiple Panes and display them one at a time. It is like having several CollapsiblePanels where only one can be expanded at a time. The Accordion is implemented as a web control that contains AccordionPane web controls. Each AccordionPane control has a template for its [...]