VB.NET input collected SQL result data into ASP.NET table -


If you used a ExecuteReader () command in some SQL data result VB.Net What is the best way to take this data and display it in a table on a webpage?

By doing some experiments, there are several ways to get results, though I am thinking: What is the best way to display information?

I am creating a standard table with four columns, I do not want to display more than thirty results in the table.

Create a gridview and tie your dataset to your data source with the ExecuteReader command you mentioned Has brought. In addition, allow set up in Gridview Properties = true and pageize = 30


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -