adspace
Answer Posted / Mudassar Hasan
To create a dynamic GridView, you can bind it to a DataTable that is dynamically populated with data. This can be achieved using code-behind or in the ASPX markup by setting the DataSource property of the GridView and calling the DataBind() method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers