Forum Moderators: open

Message Too Old, No Replies

ASP.net and Reporting

         

aax123

11:35 pm on Jan 4, 2006 (gmt 0)

10+ Year Member



Can someone possibly tell me the easiest way to take results from a stored procedure and display it via a .aspx web page that looks like a report? What I am suppose to do is also allow the user to view the report in Excel format.

I was thinking it would be ok to use a datalist but was wondering if someone knew of a better and easier way. We do not have Crystal Report or Reporting Services, just need to create the report using a stored procedure. I am using VB.net

macrost

8:49 pm on Jan 6, 2006 (gmt 0)

10+ Year Member



Have you looked into using a datagrid? You can format practically any part of it the way you want.

Ossifer

8:54 am on Jan 9, 2006 (gmt 0)

10+ Year Member



or a GridView control if using asp.net 2.0