6
Shouts

How to Create DataTable Programmatically in C#, ASP.NET ?

published 73 days, 22 hours, 3 minutes ago posted by sangam100sangam100 83 days, 17 hours, 42 minutes ago
Thursday, March 07, 2013 9:18:27 AM GMT Monday, February 25, 2013 1:39:22 PM GMT

Most of the times programmers fill the DataTable from database. This action fills the schema of the database table into the DataTable. We can bind data controls like GridView, DropdownList to such DataTable. But somtimes what happens is one needs to create a DataTable programmatically. Here I have put the simple method of creating DataTable programmatically in C#.

category: How To | clicked: 28 | | source: dotnetspidor.blogspot.com | show counter code
tags:

No comments yet, be the first one to post comment.

To post your comment please login or signup