Category - ListBox
Results 1 - 20 of 22
09 Apr 2019 09 Apr 2019 0 Comments  46703 Views
Here Mudassar Ahmed Khan has explained with an example, how to move ListBox Items from one ListBox to another in ASP.Net using C# and VB.Net.

When the Move Button is clicked, the selected items from the source ListBox will be added to the destination ListBox and then the selected items will be removed from the source ListBox in ASP.Net using C# and VB.Net.
14 Sep 2018 14 Sep 2018 0 Comments  10320 Views
Here Mudassar Ahmed Khan has explained with an example, how to move selected Items to Top of ListBox using jQuery.

When an Item (Option) is selected in the ListBox, it will be removed from the List and again added to the ListBox at 0th Index (First Position) using jQuery.
14 Sep 2018 14 Sep 2018 0 Comments  9944 Views
Here Mudassar Ahmed Khan has explained with an example, how to move selected Items to Top of ListBox using JavaScript.

When an Item (Option) is selected in the ListBox, it will be removed from the List and again added to the ListBox at 0th Index (First Position) using JavaScript.
12 Jan 2017 12 Jan 2017 1 Comments  48321 Views
Here Mudassar Ahmed Khan has explained with an example, how to bind (populate) Multiple Select (Multi-Select) ListBox with CheckBoxes from database using jQuery in ASP.Net MVC Razor.
ListBox element will be added with CheckBoxes by making use of Bootstrap and the jQuery Bootstrap Multi-Select Plugin.
04 Nov 2016 04 Nov 2016 1 Comments  55023 Views
Here Mudassar Ahmed Khan has explained with an example, how to get ListBox's multiple Selected Texts and Values in Controller using Model in ASP.Net MVC Razor.
The Multiple Select (Multi-Select) ListBox will be populated from database using Model class and the Html.ListBoxFor Html Helper method.
02 Nov 2016 02 Nov 2016 2 Comments  37493 Views
Here Mudassar Ahmed Khan has explained with an example, how to bind (populate) Multiple Select (Multi-Select) ListBox from database using Model in ASP.Net MVC Razor.
The Multiple Select (Multi-Select) ListBox will be populated from database using Model class and the Html.ListBoxFor Html Helper method.
22 Apr 2016 22 Apr 2016 0 Comments  41853 Views
Here Mudassar Ahmed Khan has explained with an example, how to reset (clear) ListBox selection (selected values) using JavaScript and jQuery.
07 Oct 2015 07 Oct 2015 0 Comments  14088 Views
Here Mudassar Ahmed Khan has explained with an example, how to bind / fill / populate ListBox control from MySql database in ASP.Net using C# and VB.Net.
The ASP.Net ListBox will be populated with MySql database using the MySql Connector.
02 Oct 2015 02 Oct 2015 0 Comments  64758 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate / bind / fill ASP.Net ListBox using jQuery AJAX and JSON in C# and VB.Net.
The ASP.Net ListBox items (options) will be populated by fetching data from database in JSON format by calling WebMethod (PageMethod) using jQuery AJAX in ASP.Net.
01 Oct 2015 01 Oct 2015 0 Comments  13227 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate ASP.Net ListBox control using SqlDataReader (DataReader) in C# and VB.Net.
01 Oct 2015 01 Oct 2015 0 Comments  55911 Views
Here Mudassar Ahmed Khan has explained with an example, how to bind / fill / populate data to ListBox control from database records in ASP.Net using C# and VB.Net.
The data will be populated from database table using DataReader.
10 Jun 2015 10 Jun 2015 0 Comments  40372 Views
Here Mudassar Ahmed Khan has explained with example, how to use AngularJS to get multiple selected Text and Value of HTML Multiple Select ListBox when Button is clicked using ng-click directive.
21 Apr 2015 21 Apr 2015 0 Comments  23676 Views
Here Mudassar Ahmed Khan has explained how to filter GridView rows based on ListBox’s multiple selections in ASP.Net with C# and VB.Net.
The GridView rows will be filtered on ListBox SelectedIndexChanged event.
26 Mar 2015 26 Mar 2015 1 Comments  60532 Views
Here Mudassar Ahmed Khan has explained how to get the Text and Value of multiple selected items of ASP.Net ListBox using JavaScript and jQuery.
15 Mar 2015 15 Mar 2015 0 Comments  21371 Views
Here Mudassar Ahmed Khan has explained how to make an ASP.Net ListBox empty by clearing (removing) all items of the ASP.Net ListBox using JavaScript and jQuery.
13 Mar 2015 13 Mar 2015 0 Comments  13688 Views
Here Mudassar Ahmed Khan has explained how to remove (delete) multiple selected items from the ASP.Net ListBox using JavaScript and jQuery.
12 Mar 2015 12 Mar 2015 0 Comments  44082 Views
Here Mudassar Ahmed Khan has explained how to add (insert) Item (values) to ASP.Net ListBox using JavaScript and jQuery. The value from the TextBox will be added to the ASP.Net ListBox control using JavaScript and jQuery.
22 Feb 2015 22 Feb 2015 0 Comments  35059 Views
Here Mudassar Ahmed Khan has explained how to dynamically add (insert) and remove (delete) items from ListBox control in ASP.Net using C# and VB.Net.

The items will be dynamically added (inserted) and deleted (removed) from ListBox control on Button click in ASP.Net.
22 Feb 2015 22 Feb 2015 0 Comments  26455 Views
Here Mudassar Ahmed Khan has explained how to dynamically delete (remove) multiple selected items from ListBox control on Button click in ASP.Net using C# and VB.Net.
22 Feb 2015 22 Feb 2015 0 Comments  23093 Views
Here Mudassar Ahmed Khan has explained how to dynamically add (insert) TextBox values to ListBox on Button click in ASP.Net using C# and VB.Net.

The TextBox values will be dynamically added to a DataTable which ultimately will be used to populate the ASP.Net ListBox control.
Results 1 - 20 of 22