adspace


How to create dynamic gridview?

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


Please Help Members By Posting Answers For Below Questions

Explain how to call the sql commands asynchronously in ado.net version 2.0?

995


What is the current version of entity framework?

1048