Category - AJAX Control Toolkit
Results 1 - 20 of 78
27 May 2021 27 May 2021 0 Comments  23450 Views
Here Mudassar Ahmed Khan has explained with an example, how to create DropDownList with TextBox that allows user to type in ASP.Net using C# and VB.Net.

This article will illustrate use of ASP.Net AJAX ComboBoxExtender populated from SQL Server Database in ASP.Net with C# and VB.Net.
27 May 2021 27 May 2021 1 Comments  36038 Views
Here Mudassar Ahmed Khan has explained with an example, how to create Searchable DropDownList in ASP.Net using C# and VB.Net.

This article will illustrate use of ASP.Net AJAX ComboBoxExtender populated from SQL Server Database in ASP.Net with C# and VB.Net.
27 May 2021 27 May 2021 0 Comments  18188 Views
Here Mudassar Ahmed Khan has explained with an example, how to implement AutoComplete DropDownList using AJAX in ASP.Net with C# and VB.Net.

This article will illustrate use of ASP.Net AJAX AutoCompleteExtender populated from SQL Server Database in ASP.Net with C# and VB.Net.
07 Oct 2019 07 Oct 2019 0 Comments  15552 Views
Here Mudassar Ahmed Khan has explained with an example, how to display AJAX ModalPopupExtender Modal Popup inside RowCommand event of GridView in ASP.Net using C# and VB.Net.

Inside the GridView OnRowCommand event handler, the GridView Selected Row details will be fetched and displayed in the ASP.Net AJAX ModalPopupExtender Modal Popup.
25 May 2018 25 May 2018 0 Comments  18309 Views
Here Mudassar Ahmed Khan has explained with an example, how to upload files without Full PostBack in ASP.Net using C# and VB.Net.

The AJAX Control Toolkit AsyncFileUpload control allows to upload files without Full PostBack using AJAX in in ASP.Net using C# and VB.Net.
01 Feb 2018 27 May 2021 0 Comments  36295 Views
Here Mudassar Ahmed Khan has explained a simple tutorial with an example, how to implement ASP.Net AJAX ComboBox Extender control of the ASP.Net Ajax Control Toolkit Library using C# and VB.Net.

The ASP.Net AJAX ComboBox Extender control is used since it allows user to combine the features of DropDownList and AutoComplete TextBox in one control.
11 Oct 2017 11 Oct 2017 0 Comments  14516 Views
Here Mudassar Ahmed Khan has explained a simple tutorial with an example, how to implement ASP.Net AJAX HoverMenuExtender control of the ASP.Net Ajax Control Toolkit Library using C# and VB.Net.

The ASP.Net AJAX HoverMenuExtender control is used to attach JavaScript Confirmation Box to the ASP.Net Button, LinkButton and ImageButton controls without writing any JavaScript code.
11 Oct 2017 11 Oct 2017 0 Comments  15975 Views
Here Mudassar Ahmed Khan has explained a simple tutorial with an example, how to implement ASP.Net AJAX ConfirmButtonExtender control of the ASP.Net Ajax Control Toolkit Library using C# and VB.Net.

The ASP.Net AJAX ConfirmButtonExtender control is used to attach JavaScript Confirmation Box to the ASP.Net Button, LinkButton and ImageButton controls without writing any JavaScript code.
09 Oct 2017 09 Oct 2017 0 Comments  10621 Views
Here Mudassar Ahmed Khan has explained simple tutorial with an example, how to implement ASP.Net AJAX TextBoxWatermarkExtender control of the ASP.Net Ajax Control Toolkit Library using C# and VB.Net.

The ASP.Net AJAX TextBoxWatermarkExtender control is used to apply Watermark Text to TextBoxes i.e. Displaying an Informative text when the TextBox is empty and hide it when user tries to type in the Text in TextBox.
06 Oct 2017 06 Oct 2017 0 Comments  6262 Views
Here Mudassar Ahmed Khan has explained a simple tutorial with an example, how to implement ASP.Net AJAX MutuallyExclusiveCheckBoxExtender control of the ASP.Net Ajax Control Toolkit Library using C# and VB.Net.

The ASP.Net AJAX MutuallyExclusiveCheckBoxExtender control is used to make a group of CheckBoxes mutually exclusive i.e. if you select one CheckBox other will be unchecked. In simple words to make it work similar to how a single choice RadioButtons work.
03 Aug 2016 03 Aug 2016 0 Comments  124361 Views
Here Mudassar Ahmed Khan has explained with an example, how to use ASP.Net AJAX ModalPopupExtender (Modal Popup) with UpdatePanel in C# and VB.Net.
Generally developers make a mistake by placing the ASP.Net AJAX ModalPopupExtender (Modal Popup) inside AJAX UpdatePanel and hence when Partial PostBack occurs the ASP.Net AJAX ModalPopupExtender (Modal Popup) closes.
09 Jul 2015 09 Jul 2015 1 Comments  23216 Views
Here Mudassar Ahmed Khan has explained with an example, how to implement ASP.Net AJAX MultiHandleSliderExtender control of the ASP.Net AjaxControlToolkit Library using C# and VB.Net.
This explains how to use ASP.Net AJAX MultiHandleSliderExtender control along with ASP.Net DataList control to display and filter database records based on the minimum and maximum price.
04 Jul 2015 04 Jul 2015 1 Comments  28386 Views
Here Mudassar Ahmed Khan has explained with an example, how to hide (close) ASP.Net AJAX ModalPopupExtender Modal Popup when clicked outside i.e. clicking any region on the page outside the Modal Popup.
The ASP.Net AJAX ModalPopupExtender Modal Popup will be hidden using JavaScript by attaching click event handler to the Modal Background element.
03 Jul 2015 03 Jul 2015 1 Comments  47832 Views
Here Mudassar Ahmed Khan has explained with an example, how to open (show) ASP.Net AJAX ModalPopupExtender Modal Popup on Page Load in ASP.Net using C# and VB.Net.
03 Jul 2015 03 Jul 2015 1 Comments  112189 Views
Here Mudassar Ahmed Khan has explained with an example, how to open (show) ASP.Net AJAX ModalPopupExtender Modal Popup from Code Behind (Server Side) in ASP.Net using C# and VB.Net.
01 Jul 2015 01 Jul 2015 0 Comments  22310 Views
Here Mudassar Ahmed Khan has explained with an example, how to use and set multiple TargetControlIDs to one ASP.Net AJAX ModalPopupExtender Popup
ASP.Net AJAX ModalPopupExtender Modal Popup can be shown using JavaScript using the BehaviorID property and hence the same Modal Popup is shown using multiple Buttons without setting the Button’s ID to the TargetControlID property.
01 Jul 2015 01 Jul 2015 0 Comments  28044 Views
Here Mudassar Ahmed Khan has explained with an example, how to use and dynamically display (show) ASP.Net AJAX ModalPopupExtender Modal Popup without setting its TargetControlID property.
ASP.Net AJAX ModalPopupExtender Modal Popup can be shown using JavaScript using the BehaviorID property and hence it can be shown using any Button without setting the Button’s ID to the TargetControlID property.
01 Jun 2015 01 Jun 2015 0 Comments  29669 Views
Here Mudassar Ahmed Khan has explained with an example how to show Balloon ToolTip in ASP.Net using the ASP.Net AJAX Control Toolkit BalloonPopupExtender control.
06 May 2015 06 May 2015 0 Comments  27424 Views
Here Mudassar Ahmed Khan has explained how to display (show) AJAX Control Toolkit ModalPopupExtender Modal Popup after validation of ASP.Net validators (such as RequiredFieldValidator) is successful in ASP.Net.
06 May 2015 06 May 2015 0 Comments  12758 Views
Here Mudassar Ahmed Khan has explained how to solve the problem of ASP.Net AJAX Control Toolkit loading too many script resources using the ASP.Net AJAX Control Toolkit Bundles feature.
Loading scripts for all ASP.Net AJAX Control Toolkit controls, increases page size and also slows down loading of page.
Hence ASP.Net AJAX Control Toolkit has introduced a new feature called Bundles that allows to specify which controls are being used in the application and ASP.Net AJAX Control Toolkit will load scripts only for those controls and not all.
Results 1 - 20 of 78