Monday, May 24, 2010

What's the best way to display operating results in ASP.NET?

We are currently loading a SQL Server table with the results and then we open the table in Microsoft Excel. We want to display the results in a web browser using ASP.NET. What's the best method for doing this?

What's the best way to display operating results in ASP.NET?
Databind a SQL query or stored procedure using the SqlDataSource and GridView controls. There are several good tutorials available online - using the aforementioned controls as keywords should get you started.


No comments:

Post a Comment