I need to list record details on an .aspx page. DataGridView is not available for .aspx. I need a table with 4 columns and an infinite number of rows.
Which item in the Toolbox is the best (and easiest) for me to use.
Many thanks
I need to list record details on an .aspx page. DataGridView is not available for .aspx. I need a table with 4 columns and an infinite number of rows.
Which item in the Toolbox is the best (and easiest) for me to use.
Many thanks
I need to list record details on an .aspx page. DataGridView is not available for .aspx. I need a table with 4 columns and an infinite number of rows.
Which item in the Toolbox is the best (and easiest) for me to use.
Many thanks
In ASP.NET you could use a ListView control to display record details. There are a number of 3rd party grid controls available also that you could use, depending on your requirements.
I would recommend that for questions related to ASP.NET programming which is a Microsoft technology, that you might try searching Microsoft sites instead of this forum as you might have better luck getting a response.
An example of using a ListView can be found here.
I need to list record details on an .aspx page. DataGridView is not available for .aspx. I need a table with 4 columns and an infinite number of rows.
Which item in the Toolbox is the best (and easiest) for me to use.
Many thanks
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.