Related Posts Plugin for WordPress, Blogger...

About

Follow Us

Showing posts with label AJAX. Show all posts
Showing posts with label AJAX. Show all posts

Wednesday, 3 June 2015

In this article I will explain how to show asp.net exception error message in jQuery ajax web method calls using error function in ASP.NET c#, vb.net . Here I will use ajax method with jquery to show error message.

Sunday, 8 March 2015

Introduction:
While working in asp.net, sometime it is required to open the login form in popup and close that popup on escape key press. Ajax ModalPopUpExtender control can be used to open the login panel in popup and used the javascript to close/hide the popup on escape key press.
 In this article I will explain how to close/hide modal popup extender control of Ajax on keyboard’s Escape key press in asp.net using JavaScript.

Thursday, 5 March 2015

 In this article I will explain with simple example how to use ajax method and javascript in asp.net to call Web-Method to avoid page post back (without reloading/refreshing page).

Saturday, 28 February 2015

Introduction: In this article I will explain with simple example how to use ajax method of jquery in asp.net to call Web-Method to avoid page post back (without reloading/refreshing page).

Friday, 6 February 2015

Introduction: 

To use Ajax features in your application you need to download and Add Ajax Control Toolkit with Visual Studio: Below are the steps for this purpose:

Thursday, 5 February 2015

Introduction: 

In this article we learn how to use Ajax calendar extendar control to show/display calendar to select the date .
 Ajax made it very easy by providing the CalendarExtendar control to use Calendar in web application. We can implement it on the TextBox. Now when user click on TextBox a calendar appears and let the user select the appropriate date from the calendar. Thus it is very user friendly and convenient way to use calendar both for end user as well as developer.

Monday, 2 February 2015

Introduction: While working on asp.net application we may need to create a user input form where user fills a form having different type of input boxes. In this case we have to restrict user to enter only valid data in the form. We can handle this throughFilteredTextBoxExtender control of AJAX.

Steps are as follows: