Search results for query: *

  1. L

    Problem executing Code

    I have an ASP.NET 2.0 web application. This application has a command button that triggers some code to happen. It works on my development box; but, when I deploy to my test server, it does not appear to execute. The page appears to just repost. I included some Response.Write statements to...
  2. L

    Printing an Excel file from ASP.NET

    I'm using VS2005 to build an application that will print reports. Most of the reports are Excel spreadsheets, some are pdf documents. How do I print an Excel spreadsheet (and pdf files) from within ASP.NET? Thanks in advance for any help/assistance rendered.
Back
Top