AJAX samples and examples



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

ModalPopupExtender with Yes/ No options without postback

Recently, I faced an issue while implementing ModalPopup in my project. As per project requirements. I want to show <b>confirmation with Yes/ No</b> options instead of Ok / Cancel. So, I go with Ajax ModalPopUpExtender control, but after using when I give Yes Page gets postback. But as per requirement we don't want postback. In this article I'm trying to explain how to show popup with Yes/ No confirmation and when I press Yes/ No / close how to avoid postback.

Upload image using AJAX without handler c#

AJAX makes data transaction very fast in application without post back of a page. In this article i have uploaded image using AJAX without handler. There are lots of solutions in Google regarding upload image using AJAX with handler but handler is not working on server sometimes so i have converted image to DataURL and from this DataURL generated bitmap image and then we can save it in folder.

Color Picker in ASP.net AJAX

In this article I'm trying to explain how to work with Color Picker Control in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

Bubbled-Chart in ASP.net AJAX

In this article I'm trying to explain how to work with Bubbled-Chart Control in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

Bar-Chart in ASP.net AJAX

In this article I'm trying to explain how to work with Bar-Chart Control in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

Linear-Chart in ASP.net AJAX

In this article I'm trying to explain how to work with Linear-Chart Control in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

Pie-Chart in ASP.net AJAX

In this article I'm trying to explain how to work with Pie-Chart Control in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

How to create Slider in ASP.NET using AJAX?

In this article I have explained about slider concept in ASP.NET using AJAX. For example we need to search product in shopping page between two prices, that time user search product based on the price, if we use two slider then user select from price and to price amount for search. Find how to create Slider in ASP.NET using AJAX?

HoverMenu in ASP.net AJAX

In this article I'm trying to explain how to work with HoverMenu controls using AJAX in ASP.net. When the user move the mouse over the control then based on pop up displayed position it will show in page.

Like & Dis-Like Options using ASP.net

In this article I'm trying to explain how to work with ToggleButtonExtender control in ASP.net AJAX, during this we learn how to perform like and dislike options in our page. I hope this article will give you brief description how to work with.

MaskedEditExtender in ASP.net AJAX

In this article I'm trying to explain how to work with MaskedEditExtenderControl in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

Ajax PasswordStrength Control to display password strength

This article explains the uses and properties of Ajax PasswordStrength control. This control is used with password Textbox. In almost all application we create user registration form where we ask the user to enter their password, this extender can be used at that time. Using this control we can inform the user that his/her password is easily breakable or not.

AJAX FilteredTextBox Control in ASP.net

In this article I'm trying to explain how to work with AJAX FilteredTextBox control in ASP.net. It Prevents a user enter some invalid characters into Textbox control. Without JavaScript we can achieve this by using AJAX FilteredTextbox Extender control in ASP.net.

AJAX Drag Panel Extender Control in ASP.net

In this article I'm trying to explain how to work with drag and drop functionality using AJAX. Here we learn how to work with drag functionality using AJAX. There is a control called DragPanelExtender using that we can easily move panel from one place to another.

AJAX Balloon Popup Extender Control in ASP.net.?

In this article I'm trying to explain how to work with Balloon Popup control in ASP.net using AJAX. During this we can learn how to work with Popup styles, to put simple efforts and also we can learn how to show custom styles. For beginners this article will help you how to use this control.

Ajax Tab Panel in ASP.net

In this article I'm trying to explain how to use Ajax Tab control and how to manage tab panel information based on tab selection. There are 2 type of templates are available in Tab Panel 1) Header Template 2) Content Template

How to use AJAX Editor control in ASP.NET ?

In this article I am going to explain about AJAX editor and its uses with simple example code. This code snippet is may be require when you develop HTML content editing in your webpage using Editor.

JQuery AutoComplete does not work after Ajax Partial Postback

jQuery AutoComplete does not work after Ajax Partial Postback. when we use asp.net ajax with jquery autocomplete, after partial postback jquery autocomplete does not work. In this article i am going to explain about the solution of postback problem of jquery autocomplete textbox.

How to create AJAX Rating control in ASP.NET?

In this article I have explained in detail about AJAX Rating in ASP.NET. Normally we are like to give rating if user post good response, if we you are create rating in your website use below code to get rating points by user.

Check userName availability

This article explain about code used for check the user name avilability for registering from data base. This code using Ajax concept for display of available message.

Hide ModalPopup Using Javascript

When I first started using Asp.Net Ajax toolkit, I found there is a very fundamental requirement from lot of developers where we want to have some kinds of control on the client side without triggering the service side event. here I have JavaScript using which we can hide/show modelpopup. It is also using at runtime. for more tips visit http://aspdotnetmania.blogspot.com

How to create AJAX PagingBulletedListExtender in ASP.NET?

In this article I have explained in detail about AJAX PagingBulletedListExtender in ASP.NET. Using PagingBulletedListExtender we can directly select of employee name as per starting letter. This is similar like paging but it sort data as per alpha character selection. Are you looking for AJAX PagingBulletedListExtender in ASP.NET? Then find its detail guideline here.

Submit Your Article