Adding rows and columns to DataGrid Dynamically
Well , it took me sometime to understand how to add rows and columns to the datagrid dynamically using C# and ASP.NET .Infact its very simple provided u remember to few syntax of DataColumn and DataRow.
Here are the steps.
1. Create a DataTable Object which we will Read More →
