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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment