Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / DataTable

DataTable

DataTable

Great Reads

by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
by Petr Ivankov
Application of abstract approach to database domain
by TweakBird
Accessing Value from System.Data.DataTable
by Andrew Rissing
Technically, the best approach here for speed and flexibility is to do the following:public class TestClass{ private const string EMP_ID = "EmpId"; public void MyTestMethod() { //GetData fetches data from the database using a SQL query DataTable dt =...

Latest Articles

by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
by Petr Ivankov
Application of abstract approach to database domain
by TweakBird
Accessing Value from System.Data.DataTable
by Andrew Rissing
Technically, the best approach here for speed and flexibility is to do the following:public class TestClass{ private const string EMP_ID = "EmpId"; public void MyTestMethod() { //GetData fetches data from the database using a SQL query DataTable dt =...

All Articles

Sort by Score

DataTable 

by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
by Petr Ivankov
Application of abstract approach to database domain
by Declan Bright
A technique which ensures that an ASP.NET GridView displays nicely on small screen devices.
by Dirk Bahle
Tips & Tricks on loading and saving WPF Tree View based content.
by Jovan Popovic(MSFT)
Create datatable with standard CRUD functionalites in ASP.NET MVC using the jQuery DataTables Editable plug-in
by Ehsan Sajjad
A guide on how to implement gridview in ASP.NET MVC 5
by Noor Ahmad Feroozi
A function to remove and select unique records from a DataTable in C#.NET and return a clean and duplicate-free DataTable
by Alex Pumpet
A simple program for comparing table data from two sources - SQL databases, Excel, CSV or XML-files
by DiponRoy
Conversion between DataTable and List in C#
by Jovan Popovic(MSFT)
Implement an expandable master-details table in ASP.NET MVC using jQuery DataTables plug-in
by #realJSOP
An example of evolving code to fit new demands
by haisol
Custom DataGridView for managing data
by Mehedi Shams
Create a data dictionary for your database tables
by Sam Lombardo
Dynamically map a DataTable to type-safe business objects using reflection and generics
by Jovan Popovic(MSFT)
This article explains how you can implement full data management functionalites (adding, deleting, inline editing) into web tables using jQuery DataTables/Editable and J2EE applications.
by Jovan Popovic(MSFT)
This article shows how to enhance a plain HTML table with the jQuery DataTables plug-in.
by Santhosh Kumar Jayaraman
Export a DataTable to an Excel file and add format to the contents while writing the Excel file.
by Ehsan Sajjad
In this post, I will be addressing this problem and we will learn that how can implement CRUD using JQuery DataTables in one page without any full page reloads.
by Rupesh Kumar Tiwari
GridviewFix is a helper jQuery plugin that solves the compatibility problem in between .NET Gridview and dataTable plugin.
by Massimo Fabiano
I know that "returning DataSets from WebServices is the spawn of Satan" but...
by Tuan Xuan Bui
Integrate DataTables into a Java web application, render DataTable on demand, simple to use and flexible to work with.
by Proneetkumar Pradeep Ray
JQuery Datatable (Dynamic columns) populate after Ajax JSON response via server side processing - Using EF Raw SQL query
by Proneetkumar Pradeep Ray
Easy way to integrate jQuery DataTable Server Side processing using Dynamic LINQ | Server Side processing using extension method
by Jovan Popovic(MSFT)
How to implement advanced column filtering using jQuery DataTables
by Jovan Popovic(MSFT)
Code samples that explain how the jQuery DataTables plug-in can be integrated into ASP.NET MVC applications
by Jovan Popovic(MSFT)
Enhancing simple tables implemented in Java web applications using the jQuery DataTables plug-in
by Vitalii Novotarskyi
To simplify working with jQuery Datatables.
by ASP.NET Community
IntroductionLINQ is one of the new entrants in C# 3.0, introduced as part of .NET 3.5. As you are already aware, LINQ is a unified querying
by John Orendt
Prepares play list elements for burning to CD or DVD or loading onto a MP3 player.
by WyoMetz
Simple and easy paging of a WPF DataGrid with DataTable and LINQ queries
by ASP.NET Community
I'm going to expalin how extract data from csv file using c#.First you have to declare two string variables and their properies for store directory
by Jovan Popovic(MSFT)
How to refresh content of the table in ASP.NET MVC using the jQuery DataTables plug-in
by David Catriel
How to get a list of data rows that caused an exception (or several of them) in a SqlBulkCopy operation
by vinodkumarnie
Handling controls inside GridView using RowCommand and jQuery.
by ASP.NET Community
We all know that we can sort the rows in DataTable by making a simple use of DefaultView. But now if i want a few conditional rows to be shuffled in
by ASP.NET Community
In this article I am posting code about swapping GridView rows Up and Down using DataTables.Here is Aspx Code     <form id="form1"
by Jovan Popovic(MSFT)
Reordering table rows using drag and drop functionality with jQuery DataTables plug-in in ASP.NET MVC applications