Category - DataList
28 Dec 2015 28 Dec 2015 0 Comments  86827 Views
Here Mudassar Ahmed Khan has explained a tutorial with an example, how to use the ASP.Net DataList control for displaying data (records) from database using SqlDataSource control.
28 Dec 2015 28 Dec 2015 0 Comments  13770 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) DataList control using SqlDataSource in ASP.Net.
14 Aug 2015 14 Aug 2015 0 Comments  30939 Views
Here Mudassar Ahmed Khan has explained with an example, how to implement check uncheck all (select unselect all) CheckBoxes functionality in ASP.Net DataList control using JavaScript and jQuery.
When the header Checkbox is checked (selected), all the CheckBoxes in DataList will be checked (selected) and vice versa. When any CheckBox in DataList is unchecked (unselected), the header Checkbox is also unchecked (unselected).
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.
03 Apr 2015 03 Apr 2015 0 Comments  45116 Views
Here Mudassar Ahmed Khan has explained how to zoom (enlarge) images on MouseOver in ASP.Net DataList using jQuery ElevateZoom Image Zoom plugin.
02 Apr 2015 02 Apr 2015 0 Comments  70902 Views
Here Mudassar Ahmed Khan has explained how to bind and display images in DataList from folder in ASP.Net using C# and VB.Net.
The images will be uploaded and saved into some folder on disk using ASP.Net FileUpload control and finally the images will be populated and displayed in ASP.Net DataList control.
19 Nov 2014 19 Nov 2014 0 Comments  14350 Views
Here Mudassar Ahmed Khan has explained how to allow paging in DataList control in ASP.Net.
19 Sep 2014 19 Sep 2014 5 Comments  87660 Views
Here Mudassar Ahmed Khan has explained with an example, how to use / apply / set / enable / implement paging in DataList control in ASP.Net.

DataList control by default does not have paging (pagination) enabled hence we need to write custom stored procedure as well as develop a custom pager control in order to use / apply / set / enable / implement paging in DataList control in ASP.Net
06 Jun 2013 06 Jun 2013 4 Comments  32569 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to build Alphabet Pager and implement Alphabet Paging in ASP.Net
31 Mar 2013 31 Mar 2013 14 Comments  282986 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code:-
1. How to upload and save videos to database in binary data format in ASP.Net using C# and VB.Net
2. How to retrieve videos from database and play with live streaming using Flash Video Player.
11 Jul 2012 11 Jul 2012 1 Comments  72098 Views
Here Mudassar Ahmed Khan has explained how to filter the records in the ASP.Net DataList control based on the value selected in the ASP.Net DropDownList control.
07 Jul 2012 07 Jul 2012 0 Comments  85819 Views
Here Mudassar Ahmed Khan has explained how to Populate ASP.Net DataList client side by fetching DataSet or DataTable from server as XML using jQuery AJAX. He has also taken into account the RepeatColumns property of the ASP.Net DataList control so that the DataList looks same as it is bound from server side.
05 Jul 2012 05 Jul 2012 0 Comments  54007 Views
Here Mudassar Ahmed Khan has explained how to print only the items which are selected by checking the Checkbox control in ASP.Net DataList using JavaScript with Print Preview feature.
15 Nov 2009 15 Nov 2009 0 Comments  48843 Views
Here Mudassar Ahmed Khan has explained how to create a Rolodex to display records with Alphabetic filtering feature to easily find and sort the records using ASP.Net DataList Control