Top "Datatable" questions

The term "datatable" is ambiguous.

How to make a DataTable from DataGridView without any Datasource?

I want to get a DataTable from DataGridView of the Grid values. In other words DataTable same as DataGridView Values

c# datagridview datatable windows-forms-designer
Adding new row to datatable's top

When we use datatable.newrow command, a new empty row added to bottom of rows. However I want newrow to …

asp.net datatable datarow
Check for changes to an SQL Server table?

How can I monitor an SQL Server database for changes to a table without using triggers or modifying the structure …

sql sql-server datatable rdbms
How to view a DataTable while debugging

I'm just getting started using ADO.NET and DataSets and DataTables. One problem I'm having is it seems pretty hard …

debugging ado.net csv datatable dataset
Inline editing in the Angular Material data table

Consider an example below. Is it possible to make the angular material data table with inline editing feature? Or making …

angular datatable angular-material-5
From DataTable in C# .NET to JSON

I am pretty new at C# and .NET, but I've made this code to call a stored procedure, and I …

c# .net json datatable javascriptserializer
Check if row exists in DataTable?

I have a datatable and a row. I want to import the row to the datatable only if it does …

c# datatable datarow
ReadOnlyException DataTable DataRow "Column X is read only."

I've got a short piece of code that originally created an SqlDataAdapter object over and over. Trying to streamline my …

c# datatable sqlcommand sqldataadapter
Turning a SqlCommand with parameters into a DataTable

I'm adapting some code that someone else wrote and need to return a DataTable for time's sake. I have code …

c# .net .net-3.5 datatable sqlcommand