Category - ListView
08 Mar 2019 08 Mar 2019 0 Comments  34554 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) ListView from Database in Windows Forms Application (WinForms) using C# and VB.Net.

This article will illustrate how to populate data from SQL Server Database in DataTable and then use DataTable to populate ListView control in Windows Forms (WinForms) Application using C# and VB.Net.
07 Mar 2019 07 Mar 2019 0 Comments  16225 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) ListView using jQuery AJAX in ASP.Net with C# and VB.Net.

This article will illustrate how to populate ASP.Net ListView control from SQL Server Database on Client Side by calling WebMethod using jQuery AJAX in ASP.Net with C# and VB.Net.
01 Oct 2018 01 Oct 2018 0 Comments  13382 Views
Here Mudassar Ahmed Khan has explained with an example, how to make the ListView Scrollable i.e. Freezed or Fixed ListView Header Row and add a vertical Scrollbar for scrolling the Data rows in ASP.Net using C# and VB.Net.

The ListView will be displayed as HTML Table and the Header will be freezed (fixed) and Data rows will be made Scrollable using the ASPSnippets Scrollable Table jQuery Plugin.
12 Sep 2017 12 Sep 2017 0 Comments  40229 Views
Here Mudassar Ahmed Khan has explained with an example, how to use the EditItemTemplate for editing records in ASP.Net ListView control using C# and VB.Net.
12 Sep 2017 12 Sep 2017 1 Comments  21289 Views
Here Mudassar Ahmed Khan has explained with an example, how to bind (populate) DropDownList control inside EditItemTemplate of ASP.Net ListView control using C# and VB.Net.
22 Jun 2014 22 Jun 2014 2 Comments  158489 Views
Here Mudassar Ahmed Khan has explained how to display/show data in ListView control from database in ASP.Net using C# and VB.Net.
07 May 2014 07 May 2014 4 Comments  76166 Views
Here Mudassar Ahmed Khan has explained how to use and configure ASP.Net DataPager control with code behind DataSource in ASP.Net.
07 May 2014 07 May 2014 0 Comments  40126 Views
Here Mudassar Ahmed Khan has explained how to use HTML Table layout in ListView control in ASP.Net.
06 May 2014 06 May 2014 3 Comments  90965 Views
Here Mudassar Ahmed Khan has explained how to implement paging in ASP.Net ListView control using DataPager control.

For this article I will be binding ASP.Net ListView control from code behind and will not make use of any DataSource control like SqlDataSource.
22 Oct 2012 22 Oct 2012 0 Comments  110700 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to find and access controls inside EditItemTemplate of ASP.Net ListView control.

Here he is populating a DropDownList control in the EditItemTemplate of ASP.Net ListView control.
09 Jul 2012 09 Jul 2012 4 Comments  116364 Views
Here Mudassar Ahmed Khan has explained how to populate the ASP.Net ListView control from database and how to use repeat the ListView Items horizontally using its GroupItemCount and GroupTemplate property.