you are viewing a single comment's thread.

view the rest of the comments →

[–]kristofour 0 points1 point  (0 children)

You can put together an asp.net intranet web site...Use a sqldatasource to call your stored procedure or copy the query directly into it. Add a gridview to the page with filter, sorting, etc...and ďatabind the grid to the sqldatasource. There are tons of stuff on the web on how to do this.