Browse by Tags

Related Posts

  • Exporting a SQL Server Reporting Services 2005 Report Directly to PDF or Excel

    Exporting a SQL Server Reporting Services 2005 (SSRS) Report Directly to PDF/Excel is a handy way of generating high quality reports without being stuck to using the ReportViewer interface. Sometimes the ReportViewer interface is an unnecessary step, but other times the ReportViewer won't render correctly...
    Posted to Scott's Blog (Weblog) by srkirkland on 10-29-2007, 12:00 AM
    Filed under: Code, Tips, ASP.NET, Report Server
  • .NET 2.0 Cast operator vs. As operator

    When I was converting untyped data values from a SQL database into a custom Business class, I realized that I have to take a special precaution when casting possibly null values. If you try to cast DBNull to some type, you will get an InvalidCastException. When thinking about a solution, I remembered...
    Posted to Scott's Blog (Weblog) by srkirkland on 10-29-2007, 12:00 AM
    Filed under: Code, Tips, ASP.NET
  • using ASP.NET Validation from client code

    I recently ran into a scenario where I needed to have a submit button exclusively run some client code, which is pretty common and usually handled by having some DOM element call an onclick method that does the work.  However, there was quite a bit of validation that needed to be done and I did...
    Posted to Scott's Blog (Weblog) by srkirkland on 02-13-2008, 12:00 AM
    Filed under: Code, Tips, ASP.NET, AJAX
Page 1 of 1 (3 items)
Microsoft Communities