Dynamically creation of rows using Datagrid
Posted: 16 Jan 2008
Updated: 17 Jan 2008
Views: 14,510
Rating: 1.70/5
Votes: 11
Popularity: 1.68
Licence: The Code Project Open License (CPOL)
Bookmarked: 20
Downloaded: 191
In ASP.Net we frequently create dynamic controls (rows) using ASP.Net Web Control table. The major reason behind it is the ease of creation. Most of the times the developers prefer the “System.Web.UI.WebControls.Table” over datagrid because it is analogous to the HTML table. In our project we opted