C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amir Ali(5)
Anbu Mani(4)
Upendra Pratap Shahi(4)
Emanuel Martins(3)
Gnanavel Sekar(3)
Nakkeeran Natarajan(3)
Piyush Pansuriya(2)
Sarvesh Shinde(2)
Delpin Susai Raj(2)
Venkata Swamy Balaraju(2)
Kartik Pawar(2)
Umair Hassan(2)
Vijayaragavan S(2)
Pranav J.Dev(2)
Pankaj Kumar Choudhary(2)
Shweta Lodha(2)
Chhavi Goel(2)
Raj Bandi(2)
Gaurav Gupta(2)
Sandhiya Priya(1)
Jalpa Dhola(1)
Manikandan M(1)
Abhishek Singhal(1)
Henri Hein(1)
Madhan Thurai(1)
Ecco Suprastyo(1)
Sai Balaji(1)
Harikrishnan N(1)
Parth Patel(1)
Saleh Qadeer(1)
Manoj Mittal(1)
Nanddeep Nachan(1)
Ishrak El Andaloussi(1)
Farhan Ahmed(1)
Sathiyamoorthy S(1)
Mushtaq M A(1)
Logesh Palani(1)
Satyaprakash Samantaray(1)
Vinodh Narayanan(1)
Jose Carlos Macoratti(1)
Sandesh Karki(1)
Virendra Thakur(1)
Rakesh Trivedi(1)
Suresh M(1)
Chandra Shekher(1)
Gaurav Kumar(1)
Khawar Islam(1)
Aqib Mushtaq(1)
Munawar Hussain(1)
Mohammad Awais(1)
Nilesh Jadav(1)
Vijai Anand Ramalingam(1)
Gowtham K(1)
Rakesh (1)
Rahul Prajapat(1)
Charwaka Thupili(1)
Matt Hadden(1)
Pankil Bhatt(1)
Nirmal Hota(1)
Mahesh Chand(1)
Ravi Sharma(1)
Sara Silva(1)
Pragya (1)
Santosh Gadge(1)
Sagar Pardeshi(1)
Ramakrishna Pathuri(1)
Abhishek Goswami(1)
Ashish Verma(1)
Shankar M(1)
Hemant Srivastava(1)
Scott Lysle(1)
Resources
No resource found
Various Way To Displaying Backend Data in Frontend with Data Binding in ASP.NET
Nov 06, 2025.
Explore various ASP.NET data binding techniques to display backend data in the frontend. Learn to use GridView, Repeater, ListView, and more for dynamic web pages.
Infinite Scroll and Loading Indicator in ListView in MAUI MVVM .NET 9 [GamesCatalog] - Part 5
Mar 06, 2025.
This article covers lazy loading, async data fetching, and UI optimization for a seamless user experience in GamesCatalog. Enhance performance with smooth scrolling and dynamic data updates.
Consuming an API and Populating a List with the Results in MAUI MVVM .NET 9 [GamesCatalog] - Part 4
Mar 03, 2025.
Learn how to consume an API and populate a list with the results in a .NET 9 MAUI MVVM app. In this part of the GamesCatalog series, you'll fetch data from an API, bind it to a list, and implement best practices for handling API responses efficiently.
Creating a ListView MAUI MVVM .NET 9 [GamesCatalog] - Part 2
Feb 14, 2025.
Create a MAUI .NET 9 project that displays game information using a ListView. Bind a ViewModel with an ObservableCollection of UIIGDBGame items, and design a clean UI using XAML, Grid, and custom styling for a game catalog.
How to Create a ListView Command Set Extension
Nov 12, 2024.
A ListView Command Set extension in SharePoint customizes the command bar or context menu of lists/libraries. It allows adding buttons that trigger custom actions, such as displaying alerts, showing selected items, or integrating with external systems.
Implementation of Collection View in .NET MAUI
Feb 02, 2024.
In this article, I will explain MAUI Collection View implementation using Visual Studio 2022. .NET MAUI Collection View is a view for presenting lists of data using different layout specifications. Collection View should be used for presenting lists of data that require scrolling or selection.
ListView Widget In Flutter
Aug 11, 2023.
In this article, you will learn about ListView and all its types in Flutter.
Overloading State Images In ListView Controls
Dec 19, 2022.
A technique to quickly implement an action button in the ListView control for WinForms.
Rounded Scrollbar In ListView/ComboBox - WPF
Mar 24, 2021.
In this article, you will learn about rounded scrollbar in ListView/ComboBox - WPF.
List View in Spfx
Apr 09, 2020.
In this article, we will learn about how to implement a list view in SPFx using PNP reusable controls
How To Create Listview In Flutter Dynamic
Feb 04, 2020.
In this article, you will learn how to create Listview in Flutter Dynamic.
Searchable ListView In UWP
Jan 17, 2020.
In this article we are going to see how to search through a list view using LINQ in a UWP application.
Xamarin.Forms - Bindable Layout
Nov 27, 2019.
Learn Bindable Layout and how to use it in Xamarin.Forms.
Pagination In Flutter Using Firebase Cloud Firestore
Jul 29, 2019.
In this article, we are going to learn about pagination in Flutter using Firebase Cloud Firestore database.
Column Formatting In SharePoint Online - No Coding
Jun 24, 2019.
In this article, we will see how to format the list/library View columns in SharePoint Online.
How To Open A PowerApps Native App From SharePoint ListView
May 20, 2019.
In this article, we will see how to link a PowerApps native app to a SharePoint list view.
Xamarin.Forms - ListView Context Actions
May 08, 2019.
In this article, you will learn how to add a Context Action in ListView in Xamarin.Forms.
WPF ListView Grouping
Apr 03, 2019.
The code example shows how to group data in a WPF ListView.
ListView And Creating List In Xamarin
Apr 01, 2019.
In this article we will learn about the ListView in Xamarin. List View is Used to display scrollable list of data. It supports context actions and data biding. We will also see how to add and remove items from the lists. At the end of the article you will have good knowledge about the Lists.
SharePoint Framework (SPFX) Extension - Add ListView command Set To List And Document Library
Mar 31, 2019.
In this article, we will learn how to add the ListView command set to SharePoint Online List and Library using SPFX Extension.
ASP.NET MVC 5 - Kendo UI - Working With MultiColumnComboBox Using EF
Jan 23, 2019.
In this article, I will demonstrate how to work with MultiColumnComboBox in ASP.NET MVC5 using Kendo UI and EF
How To Change ListView SelectedItem Bg Color In Xamarin.Forms
Oct 18, 2018.
This article describes how we can change ListView SelectedItem bg color in Xamarin.Forms. Sometimes we may need to set different bg color for ListView selected item, So in this article, we can learn how to achieve this functionality using CustomRenderer.
SharePoint Framework Extensions - ListView Command Set Overview
Sep 12, 2018.
In this article, we will explore the ListView Command Set of SharePoint extensions.
Xamarin.Forms - Expandable ListView With A Sub ListView MVVM Pattern
Jul 14, 2018.
In mobile applications we often have lists to display, this is easy only if the list contains simple and not complex structure. This article demonstrates how we create a complex Expandable ListView with a sub ListView in Xamarin.Forms.. This Expandable List allows user to Expand and Collapse items via a simple click. We have a List of Hotels each hotel contains a list of rooms. One click on a hotel will display its rooms while a double click will collapse it.
Removing Items From ListView Using Xamarin.Forms
Jun 29, 2018.
In this article, we will discuss about how to remove an item from ListView Using Xamarin.Forms.
Dynamically Bind ListView Control In ASP.NET From Database - Part Five
Jun 25, 2018.
In this article, I will demonstrate how to dynamically bind ListView control in asp.net from database. Displays the values of a data source by using user-defined templates. The ListView control enables users to select, sort, delete, edit, and insert records.
Xamarin.Forms - ListView With Pull To Refresh
May 16, 2018.
In this article, you will learn how to use ListView with Pull to Refresh in Xamarin.Forms.
Searching A Name From The ListView Using Xamarin.Forms For UWP
Apr 24, 2018.
In this article, we will discuss how to create a ListView and how to search a particular search item from the list.
WCF And ListView Insert Update And Delete Rows In ASP.NET
Apr 09, 2018.
In this article you will learn how to edit, update and delete in ListView. First drag and drop ListView. In ListView, next open Default.aspx source code. To make a column in Listview use <LayoutTemplate>. Here first I created a table name 'Product' in my database. It contains 5 columns: ProductId, ProductName,ProductLocation,ProductQuantity, and ProductPrice.
Xamarin.Forms - ListView Header And Footer Template
Apr 02, 2018.
In this article, you will learn Header Template List view in Xamarin. Forms Application. The Most of list view not have in Header templates. But if we are using more lists that time we can use this header template to display the content for Header template. So in this article we can Header , footer template and List View Items.
ListView In Android - Kotlin
Mar 23, 2018.
In this article, we will learn to work with ListView in Android using Kotlin.
How To Set Corner Radius For View, Layout, Cell (Grid, Stack, Listview) In Xamarin.forms
Mar 21, 2018.
This article describes how we can set Corner Radius for Control or View or Layout.
Xamarin.Forms - Expandable ListView App
Jan 01, 2018.
In this article, we will discuss how to create an expandable listview in Xamarin.Forms application using Visual Studio 2017.
Xamarin.Android Custom Tab And ListView Using C# - Part Five
Dec 21, 2017.
In this module, I have added some tabs and put some listviews on every tab page.
Play Videos Using Kendo Media Player And ListView In ASP.NET MVC5
Nov 27, 2017.
In this Article, I will demonstrate how to the play video(s) in Media Player Using Kendo UI Media Player and Listview in ASP.NET MVC5
Populating A ListView With Data Using Kendo Listview And Entity Framework In ASP.NET MVC 5
Oct 31, 2017.
Here, I am going to demonstrate how to load the data from a database to Kendo listview in ASP.Net MVC5.
Change SharePoint ListView To jQuery Datatable Using JSLink
Jul 21, 2017.
Jslink is javascript link [ CSR - Client-side rendering] this feature was introduced in Sharepoint 2013 for customizing Sharepoint list forms Newform, displayform, editform. Using this feature you are able to change the overall look and feel of the sharepoint listp
Xamarin.Forms - Using ListView HeaderTemplate And FooterTemplate To Display Data
Jun 30, 2017.
In this article we will learn how to use ListView HeaderTemplate and FooterTemplate to display data from our ViewModel using Visual Studio Community 2017.
Xamarin.Android - List View Using SQL Server Database
Jun 21, 2017.
In this article you will create a Xamarin Android List View using SQL Server.
Practical Guide For ListView Cells In Xamarin.Forms
Apr 26, 2017.
Practical Guide For ListView Cells In Xamarin.Forms
Functionality Of A ListView In Xamarin.Forms
Apr 25, 2017.
Functionality Of A ListView In Xamarin.Forms. In this article, we will discuss Pull to Refresh, Selection, Context Action functionalities of ListView. Xamarin provides pull to refresh functionality on all platforms.
Infinite Scrolling ListView For Xamarin.Forms App Using Behaviors
Apr 09, 2017.
Infinite Scrolling ListView for Xamarin.Forms App Using Behaviors.
Creating Custom ListView In Xamarin Android App
Mar 09, 2017.
This article helps you to create custom ListView in Xamarin Android app.
Create Custom ListView In Xamarin With Visual Studio 2015
Feb 21, 2017.
In this article, we will learn how to create, show custom ListView, and write Itemclick event of ListView in Xamarin with Visual Studio 2015.
ListView Control In Xamarin.Forms Application For Android And UWP
Dec 19, 2016.
In this article, you can learn how to use ListView control in Xamarin.Forms Application for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
PullToRefresh ListView For Windows 10 UWP App Using Community Toolkit
Aug 31, 2016.
In this article, we are going to see how to use PullToRefreshListView control in Windows 10 UWP App using UWP community toolkit.
How To Use Listview Control In Universal Application Development With XAML And C#
Aug 26, 2016.
In this article, you will learn, how to use ListView Control in Universal Windows apps development with XAML and Visual C#.
Create, Update Or Remove List Views On SharePoint List Using PnP JavaScript Library
Jul 30, 2016.
In this article, you will learn to perform the basic ListView operations, like add, update, or delete Views for a list on SharePoint sites, using PnP JavaScript Core Library.
Retrieve List Views From SharePoint List Using PnP JavaScript
Jul 28, 2016.
In this article, you will learn how to perform the basic list view operations on SharePoint sites, using PnP JavaScript Core Library.
Creating Xamarin Android SwipeRefreshLayout Using ListView Items
Jul 11, 2016.
In this article, you will learn how to create SwipeRefreshLayout with ListView Items in Android.
Fetch Contacts And Display In A Listview In Android
May 20, 2016.
In this article you will learn how to fetch contacts and display in a ListView In Android.
Xamarin Android: Create Android Simple List View App
May 11, 2016.
In this article you will create a Xamarin Android ListView App.
Showing Data In Listview With API Using Xamarin Forms
May 11, 2016.
In this article we will learn how to show data in Listview with API using Xamarin Forms.
Load Image From Web In Android
Apr 08, 2016.
In this article you will learn about loading image from Web in Android.
Google Plus Similar to Animation In ListView Android
Mar 25, 2016.
This article explains about the resemblance of Google Plus animation using ListView in Android.
Create, Update or Delete List Views using JSOM in SharePoint
Mar 23, 2016.
In this article, you will learn how to create, update, or delete list views in SharePoint programmatically.
Android App ListView Adapter - Day Six
Mar 09, 2016.
In this article I will show you how to show data in ListView. There are many methods to show a data in ListView .
Binding Collection To ListView Control In UWP
Dec 03, 2015.
In this article you will learn how to bind Collection to ListView control in UWP
Data Binding To GridView And ListView Controls In UWP
Nov 29, 2015.
In this article you will learn how to bind data to GridView and ListView controls in UWP.
Data Binding To A ListView In Universal Windows Platform
Nov 27, 2015.
In this article you will learn about Data Binding to a ListView in Universal Windows Platform.
Bind ListView Control In ASP.NET using C#
Oct 27, 2015.
In this article, I will show you how to bind ListView Control in ASP.NET using C#.
Create ListView Using K2 Designer In SharePoint 2013 Online
Oct 09, 2015.
In this article you will see how to create list view using K2 Designer in SharePoint 2013 online.
Binding ListView Control Through ViewState
Oct 01, 2015.
In this article we will learn how to bind controls with data with ViewState and how to handle paging on controls.
Remote Binding of ListView in Kendo UI using EntityFramework and Web API
Aug 22, 2015.
This article shows how to perform the Remote Binding of ListView in Kendo UI using Entity Framework 6 and WEB API 2.
Bind Data in ListView Controls Using Database in ASP.Net
Jul 31, 2015.
This article shows how to bind data in ListView controls with a database and also shows paging on controls on the link button click event
Sliding Drawer in Android
Jul 29, 2015.
In this article I will discuss Sliding Drawer in Android. A sliding drawer is same as custom ListView or simple ListView. Difference is only that Sliding Drawer remains hidden in the start. It only appears when we slide it out
Custom ListView in Android
Jul 21, 2015.
In this article I will explain how to create a custom ListView in Android. Listview is a control that is used for presenting components in the form of a list.
CRUD Operations Using ASP.Net ListView
Jul 17, 2015.
This article explains how to insert, select, edit and delete data using the ASP.Net Listview control.
Binding Data in ListView on LinkButton Click
Jul 15, 2015.
This article shows how to bind data in ListView controls without using any database and also shows paging on controls on linkbutton click.
Binding Data Using ListView and GridView in ASP.NET without Database
Jul 10, 2015.
In this article we will learn how to use a data bound control using a ListView, form view, details view and GridView without database.
Overview of ListView and DataPager in ASP.Net
Jul 04, 2015.
This article explains ListView and DataPager in ASP.NET.
How to Bind List Of Objects(Static) To ListView in Windows Phone 8, 8.1 and 10
May 18, 2015.
In this article, we will learn how to bind a list of Objects (static) to a ListView in Windows Phone 8, 8.1 and 10.
Display a Message When the ListView Becomes Empty in Windows Store Apps
May 06, 2015.
If you need to display a message when a ListView no longer has any items when creating a Windows Store app, there isn't all that much to it!
Drag Items in Listview Control of ASP.Net Using XML File
Mar 20, 2015.
This article explains how to drag items between Listviews using XML files in ASP.NET.
Customizing Listview Display in Xamarin
Feb 28, 2015.
This article shows how to customize listview cells in Xamarin.Forms.
XAML ListView
Jan 24, 2015.
The ListView element in XAML represents a ListView control. The code example in this tutorial demonstrates how to use a XAML ListView in WPF using C#.
Create Custom Listener on Button in ListItem (ListView) in Android
Dec 17, 2014.
In this article you will learn how to create Custom Listener on Button in ListItem (ListView) in Android programming.
Export To CSV For Windows Store Apps
Oct 25, 2014.
In this article we will show a sample to export data from a ListView to a CSV file.
Various Data Bound Controls Used in ASP.Net
Sep 04, 2014.
This article explains the data bound controls used in ASP.NET to display data in various forms.
Optimized Data Binding, Paging and Sorting in ListView Control
Jul 28, 2014.
In this article you will learn how to optimize Data Binding, Paging and Sorting in a ListView control.
Dynamically Selecting DataTemplate For WPF ListView: Solution 2
Feb 05, 2014.
In this article, I am discussing an alternative way to dynamically select a DataTemplate for a WPF ListView.
Dynamically Selecting DataTemplate For WPF ListView: Solution 1
Feb 04, 2014.
Here I will show how to select various types of DataTemplates for a WPF ListView based on the data.
Create Custom Sharepoint Listview WebPart Programatically
Jan 06, 2014.
In this article we can explore creation of a custom SharePoint 2010 ListView WebPart programmatically.
Learn How to Customize List View in Android
Dec 12, 2013.
This article explains how to create a custom ListView in Android.
JsonParsing and Sqlite Database in Android
Oct 30, 2013.
This article explains the parsing of data and storing it in a SQLite database. Android Studio is used to create the sample.
Listview With Group Headers in ASP.Net
Sep 21, 2013.
This article explains what group headers in a Listview in ASP.Net are and how to create them.
ListView Using ListActivity in Android
Sep 10, 2013.
This article explains the ListView with ListActivity in Android. Android Studio is used to create the sample.
How to Create Custom MultiColumn Field Types in SharePoint 2010
Jul 13, 2013.
This article explains how to create Multicolumn Custom Field Types in SharePoint.
Listview Search in Android Studio
Jul 10, 2013.
This article explains how to search Item in a List View.
Fetch Contacts From Android Phone
Jul 08, 2013.
This article shows how to fetch contacts from an Android phone and show them in a ListView.
Universal Image Loader in Android
Jun 26, 2013.
This article explains the Universal Image Loader. The Universal Image Loader allows you to set various image view options. You can load the image from a URL at runtime using this.
JSON Parsing in Android Studio
Jun 17, 2013.
In today's article you will learn JSON Parsing (Javascript object notation). We will parse data present in JSON format and view it in form of a List.
ListView Control in ASP.NET
May 28, 2013.
The ListView control displays columns and rows of data and allows sorting and paging. It is by far the most popular data display control, and is ideal for understanding how data display controls interact with data retrieval controls and code.
Extending WinJS ListView With Custom Item Events
Apr 29, 2013.
This article demonstrates how to extend a WinJS ListView control with custom item events like onItemsloading, onItemsLoaded, onItemFocus, onItemBlur etc
WinJS ListView Grouping With ListLayout
Apr 28, 2013.
This article demonstrates how to group and display data in a WinJs ListView control with a group header when the layout is set to ListLayout.
Binding XML Data to ListView Control - DataSet Approach
Apr 13, 2013.
In this article we will discuss how to bind an XML File Data to ListView Control.
Shutdown and Restart System Through C# Code
Jan 09, 2013.
In this article, I am going to show how to shutdown, restart, Lock, Logoff, Sleep etc. through C# Code.
Create Muti-Select Item ListView in Windows Store Apps Using XAML
Nov 09, 2012.
In this article I will show you how to make a listview with mulit-select items in Windows Store Apps.
Paging and Sorting ListViews with ASP.NET MVC and jQuery using VB.NET
Nov 09, 2012.
This article provides a simple example of using jQuery along with the jQuery tablesorter and tablesorter.pager plug-ins to provide sorting and paging support for a listview within the context of an ASP.NET MVC application.
Create Master-Detail View in Windows Store Apps Using XAML
Nov 08, 2012.
In this article we are going to learn how to customize the ListView Control to create Master-Detail in Windows Store Apps.