In this article I
will explain how to fetch / get data from a GridView and how to store it into a
DataTable dynamically using C#.NET in ASP.NET
Fallow the below
steps:
First, we have to create
GridView with required Columns and set its AutoGenerateColumns property to
False. If you required footer then show footer is true otherwise false and same
as paging also.
Design the GridViewas per your reqirements. Use Templates like Item Template, Edit Item Template,
and Footer Templates to Create GridView.

