TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About ng-list
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (3)
Mahesh Chand (2)
Vijai Anand Ramalingam (2)
Craig Murphy (2)
Sagar Pardeshi (2)
Upendra Pratap Shahi (2)
Vijay Prativadi (2)
Allam Purushotham (1)
Aakash Maurya (1)
Kailash Chandra Behera (1)
Diptiranjan Sutar (1)
Hemant Srivastava (1)
Amit Choudhary (1)
Chhavi Goel (1)
Ram Prasad M (1)
Devesh Omar (1)
Saleh Qadeer (1)
Ramakrishna Basagalla (1)
Sandesh Karki (1)
Prasham Sabadra (1)
Veda Bs (1)
Harpreet Singh (1)
Saineshwar Bageri (1)
Lakshmanan Sethu Sankaranarayan (1)
Sourabh Somani (1)
Deepak Middha (1)
Sukesh Marla (1)
Raj Kumar (1)
Lajapathy Arun (1)
Jean Paul (1)
Alok Pandey (1)
Destin Joy (1)
Bhushan Gawale (1)
Jure (1)
Nipun Tomar (1)
Diptimaya Patra (1)
lubos (1)
Related resources for ng-list
No resource found
Trigger a Plugin When Contact Removed form Marketing List Entity
3/4/2024 6:57:06 AM.
This content provides guidance on removing a contact from a marketing list in Dynamics 365 using a plugin. It outlines the steps to create, register, implement the logic, deploy, and test the plugin.
Working With Issue 🐞 Tracking List In SharePoint
2/13/2024 4:23:58 AM.
This article contains the basic information of Issue Tracking lists available in SharePoint. In here, you will learn how to create an Issue list, how to edit the issues, along with other basics of Iss
ListView in C#
11/17/2023 9:13:48 AM.
The ListView in C# provides an interface to display a list of items using different views including text, small images, and large images. In this tutorial, we will learn how to work with the Windows F
How to Get The List Columns in SharePoint Online Using REST API
8/8/2023 9:08:49 AM.
In this article you will see how to get all the columns for a particular list using the REST API in SharePoint 2013 Online.
Add Some Elegance To Your Code Using C# List
6/12/2023 6:39:44 AM.
A short and to-the-point tutorial that demonstrates how to sort and search using List in C#.
Moving ListBox Items UP Or Down In WPF
5/26/2023 8:54:58 AM.
This article descripbes how to rearrage listbox items up and down.
How to sort a List in C#
5/24/2023 8:12:41 AM.
How to sort a List in C# using List.Sort() method.
How To Sort A Dictionary With C#?
2/13/2023 5:34:19 AM.
In this article, you will learn how to sort a Dictionary with C#?
Programmatically Binding DataSource To ComboBox In Multiple Ways
11/22/2021 10:04:26 AM.
In this article, we will learn how to bind ComboBox DataSource to Array of objects, List of Objects, DataTable, DataSet, DataView and Enumeration Values.
Parsing List of JSON Elements as List With JSON.Net
11/11/2020 4:02:51 AM.
This article descibes a JSON format where a list of JSON objects are present with no root elements.
Video Player in Android Studio
3/25/2020 4:38:18 AM.
In this article we will make our own video player.
Create From An Existing List - The Modern Way For Save List As Template For SharePoint Online
8/12/2019 8:44:00 AM.
This article explains how we can create a list from an existing list for SharePoint modern sites, and the significant differences between the modern approach and the older Save list as template option
Simple Way to Bind List of Objects to View Using MVC
5/20/2019 5:01:26 AM.
This article shows how to show a list of users in a HTML page using MVC. I am assuming you are aware of MVC.
SharePoint 2013 - Showing List Data In jQuery Datatable With Advanced Feature
4/18/2019 8:15:34 AM.
In this article, we will explore how we can retrieve the data from the SharePoint List using the REST API and bind it to the jQuery DataTable.
ListView And Creating List In Xamarin
4/1/2019 12:17:59 PM.
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 i
Retrieving List Items From A Specific View Using CSOM
1/25/2018 12:06:18 PM.
In this article, you will learn how we can access the SharePoint data using Client Object Model. Here, I have taken an example of getting the data from SharePoint list specific View. Using this, we ca
Infinite Scrolling ListView For Xamarin.Forms App Using Behaviors
4/9/2017 11:49:04 AM.
Infinite Scrolling ListView for Xamarin.Forms App Using Behaviors.
Office 365/ SharePoint Online: Lesson Learned While Restoring the List Items
4/1/2016 2:42:00 PM.
In this article I’ll explain what care should be taken while deleting the items and restoring the items back from the recycle bin, when workflow is associated with the respective list of which items a
Binding ListView Control Through ViewState
10/1/2015 12:07:11 PM.
In this article we will learn how to bind controls with data with ViewState and how to handle paging on controls.
Binding GridView Using List in ASP.Net
8/7/2015 6:10:13 PM.
This article shows how to bind data in data controls without using any database.
Arranging the Long List of Choice Field Values in Parallel in SharePoint Using JavaScript
5/1/2015 2:17:42 PM.
This article explains how to arrange a long list of choice field values in parallel and on the click of “Select all” for the choice fields all the choice values will be selected in SharePoint using JavaScript.
Sorting in C#
2/28/2015 5:54:10 PM.
In this article we will learn how to sort a list of simple and complex types.
Sending List From WebService and Consume it in Application
6/10/2014 3:41:48 PM.
In this article we will see how to send a List<> from an ASP.NET Webserivce and consume a List<> in our application.
Updating List Items in SharePoint 2013 Using REST API
6/10/2014 1:07:52 PM.
In this article, we will discuss how to update list items in a SharePoint List using the REST API.
How to Get the List Content Types in SharePoint 2013 Online Using REST API
4/21/2014 8:41:59 PM.
This article shows how to get all the content types for a specific list using the REST API in SharePoint 2013 Online.
LINQ to SQL in C#
3/28/2014 3:18:15 PM.
This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and how to use LINQ to SQL to execute stored procedures.
SharePoint 2013 List Column Status Wise Change Row Color Using jQuery
3/20/2014 11:37:32 AM.
In this article we will see how to change row color using jQuery in SharePoint 2013.
NgList Directives in AngularJS
12/18/2013 3:34:39 PM.
This article explains how to use ngList directives in AngularJS.
Binding.List in Windows Store App
1/16/2013 5:23:39 PM.
In this article I describe how to create a Windows Store App for Binding.List using JavaScript.
Manage Data in a VB Application (without the Database)
11/9/2012 11:12:02 AM.
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there.
Add Elegance to Lists Object in VB.NET
11/9/2012 7:49:37 AM.
A short and to-the-point tutorial that demonstrates how to sort and search using VB.Net's List object.
Nested ListView in ASP.NET
9/28/2012 3:45:54 PM.
In this article we will try to understand how to create a nested ListView in ASP.Net 3.5.
Using CAML "BeginsWith" in SharePoint 2010 Programmatically Using VS 2012
9/13/2012 1:08:34 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
Using CAML "Contains" in SharePoint 2010 Programmatically Using VS 2012
9/13/2012 1:03:56 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
CRUD Operation Using ListView With XML Database
5/20/2012 5:40:21 AM.
This article describes how to use CRUD (Create, Read, Update, Delete) Operation using ListView using XML database in ASP.NET.
Practical Approach of Adding, Removing and Inserting Item Using Generic List
4/6/2012 11:33:45 AM.
In this article we are going to see, how to do various types of mechanisms like adding, removing and inserting.
SharePoint 2010 - Using Lists
3/16/2012 2:14:01 PM.
Here in this article we will use Lists in SharePoint 2010.
Working with List in FSharp
10/8/2011 1:03:10 AM.
List is a collection of related values. In this article we will learn about list and its operation in FSharp.
Showing List data from one site in another Site in SharePoint
2/25/2011 10:21:15 AM.
In this article I am showing how to display data from a list in another site using a Data view web part
Creating List Using List Definition - Code behind approach
1/21/2011 12:54:09 AM.
In this article you will learn how to create a list using list definition code behind approach.
Grouping ListView items dynamically
9/24/2010 1:03:11 AM.
This article demonstrates one of the ways that dynamic ListView grouping can be done.
Sort a Multicolumn ListView in C#
9/12/2010 3:59:21 PM.
When you are working with the ListView control, you may want to sort its contents based on a specific column. We will see how to do that.
Interactive Menu using ListBox in WPF
7/28/2010 5:17:52 AM.
In this article we will see how we can make use of a ListBox control to look like a menu.
Manage Data in a Win Forms Application (without the Database)
5/12/2008 6:04:13 AM.
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there.
Empty ListView in C#
1/5/2006 1:22:53 AM.
Have you wondered how you could show text in ListView control if it's empty, just like Microsoft does it in Outlook Express and in some other applications? This article shows you how you can show text in ListView control in a simpler way.