//
I’ve been looking for a “free” alternative to Microsoft Office 2007 for general work on my laptop. I decided to try out OpenOffice which l know is installed on my Ubuntu linux partition. Theres a windows version which installs pretty quickly and with no problems on Windows 7 – l use Windows 7 64bit Home [...]
This is a test project to see if l can successfully render to PDF from an asp.net website, using Report Control from a Visual Studio 2008 project. First l created a simple sample table called MyContact from some files from the AdventureWorks database. Heres the code: SELECT [ContactID] ,[Title] ,[FirstName] ,[LastName] ,[EmailAddress] ,[Phone] [...]