Thava's Software Blog

This blog is most useful for Software Engineers, Database Administrators, QA and etc.

Sep 24, 2008

Page 7 - Printing Using C#

Page 7 - Printing Using C#
Posted by Thavachelvan Thiyaneshwaran at Wednesday, September 24, 2008

"Print Dialog" default page settings? - MSDN Forums

"Print Dialog" default page settings? - MSDN Forums
Posted by Thavachelvan Thiyaneshwaran at Wednesday, September 24, 2008

CompleteGridView - Release: CompleteGridView

CompleteGridView - Release: CompleteGridView
Posted by Thavachelvan Thiyaneshwaran at Wednesday, September 24, 2008

Common Solutions for T-SQL Problems - Home

Common Solutions for T-SQL Problems - Home
Posted by Thavachelvan Thiyaneshwaran at Wednesday, September 24, 2008

Do not miss your data: the pitfalls of DATE and TIME in T-SQL. - Home

Do not miss your data: the pitfalls of DATE and TIME in T-SQL. - Home: "SELECT OrderID, OrderDate,ProductID
FROM Tmp_Orders
WHERE (CAST(FLOOR(CAST( OrderDate AS FLOAT )) AS DATETIME) BETWEEN '16-Jun-2008' AND '25-Jun-2008')
ORDER BY OrderDate;"
Posted by Thavachelvan Thiyaneshwaran at Wednesday, September 24, 2008

How to get Image from form resource:C#

Image iBackImage= (Image)new Bitmap(GetType(), "Wrinkls.jpg");
Posted by Thavachelvan Thiyaneshwaran at Wednesday, September 24, 2008
Labels: image from resource

Sep 16, 2008

index

index: webdesign techniques
Posted by Thavachelvan Thiyaneshwaran at Tuesday, September 16, 2008

Sep 12, 2008

Remove NewLine characters from the data in SQL Server

Remove NewLine characters from the data in SQL Server
Posted by Thavachelvan Thiyaneshwaran at Friday, September 12, 2008

Sep 9, 2008

ConnectionStrings.com - How to connect to Excel

ConnectionStrings.com - How to connect to Excel
Posted by Thavachelvan Thiyaneshwaran at Tuesday, September 09, 2008

Sep 5, 2008

How to make a Zip file of Multiple Files - MSDN Forums

How to make a Zip file of Multiple Files - MSDN Forums
Posted by Thavachelvan Thiyaneshwaran at Friday, September 05, 2008

Sep 4, 2008

"Crystal Reports for .Net Framework" does not uninstall from Windows Server 2008 - MSDN Forums

"Crystal Reports for .Net Framework" does not uninstall from Windows Server 2008 - MSDN Forums: "CrystalReportsRedist2005_x64.msm"
Posted by Thavachelvan Thiyaneshwaran at Thursday, September 04, 2008

CRRedist2005_x86 - eSnips, share anything

CRRedist2005_x86 - eSnips, share anything
Posted by Thavachelvan Thiyaneshwaran at Thursday, September 04, 2008

Click Once deploying Crystal Reports fail : Crystal Reports for Visual Studio : Visual Studio : MSDN Forums

Click Once deploying Crystal Reports fail : Crystal Reports for Visual Studio : Visual Studio : MSDN Forums: "CRRedist2005_x86"
Posted by Thavachelvan Thiyaneshwaran at Thursday, September 04, 2008

Sep 2, 2008

ASP.NET How Do I Video Series

ASP.NET How Do I Video Series: Free videos from Microsoft
Posted by Thavachelvan Thiyaneshwaran at Tuesday, September 02, 2008

A Quick Way to Copy DataRow

A Quick Way to Copy DataRow
Posted by Thavachelvan Thiyaneshwaran at Tuesday, September 02, 2008

Sep 1, 2008

SQL Server 2005: Stored Procedures Executor Role « Ramblings of the Sleepy…

SQL Server 2005: Stored Procedures Executor Role « Ramblings of the Sleepy…: "CREATE ROLE db_executor"
Posted by Thavachelvan Thiyaneshwaran at Monday, September 01, 2008

SS64.com

SS64.com: command line reference for windows, bash , oracle and Sql server
Posted by Thavachelvan Thiyaneshwaran at Monday, September 01, 2008

SQL Programmability & API Development Team Blog

SQL Programmability & API Development Team Blog
Posted by Thavachelvan Thiyaneshwaran at Monday, September 01, 2008

Business cards, designs and card templates at the click of a mouse Card Designs

Business cards, designs and card templates at the click of a mouse Card Designs
Posted by Thavachelvan Thiyaneshwaran at Monday, September 01, 2008
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

About Me

My photo
Thavachelvan Thiyaneshwaran
I have 12+ years of experience in the IT industry.
View my complete profile

Userfull Links

  • paymentgateway
  • java & oracle site
  • Free Templetes
  • torrent

Labels

  • C# (4)
  • Crystalreport (4)
  • Crystalreport 8.5 (1)
  • database mail (1)
  • database mirroing (1)
  • Database space (1)
  • datetime function (7)
  • Download (3)
  • image from resource (1)
  • mysql (1)
  • Oracle (4)
  • Oracle 11 (1)
  • Privacy Policy (1)
  • RDCMan (1)
  • Remote desktop connection manager (1)
  • reporting service 2008 (1)
  • Softwares (2)
  • sql (20)
  • sql debug (1)
  • sql server (9)
  • sql server 2005 (6)
  • sql server 2008 (1)
  • sql server transaction (1)
  • sql2005 (2)
  • sql2008 (1)
  • vb6 (1)
  • websites (1)

Blog Archive

  • ►  2013 (2)
    • ►  March 2013 (1)
    • ►  February 2013 (1)
  • ►  2012 (3)
    • ►  December 2012 (3)
  • ►  2011 (1)
    • ►  January 2011 (1)
  • ►  2010 (8)
    • ►  December 2010 (2)
    • ►  November 2010 (1)
    • ►  September 2010 (1)
    • ►  June 2010 (3)
    • ►  February 2010 (1)
  • ►  2009 (53)
    • ►  December 2009 (5)
    • ►  November 2009 (2)
    • ►  October 2009 (2)
    • ►  September 2009 (2)
    • ►  August 2009 (5)
    • ►  July 2009 (7)
    • ►  June 2009 (3)
    • ►  May 2009 (5)
    • ►  April 2009 (12)
    • ►  March 2009 (6)
    • ►  February 2009 (2)
    • ►  January 2009 (2)
  • ▼  2008 (154)
    • ►  December 2008 (2)
    • ►  November 2008 (4)
    • ►  October 2008 (7)
    • ▼  September 2008 (19)
      • Page 7 - Printing Using C#
      • "Print Dialog" default page settings? - MSDN Forums
      • CompleteGridView - Release: CompleteGridView
      • Common Solutions for T-SQL Problems - Home
      • Do not miss your data: the pitfalls of DATE and TI...
      • How to get Image from form resource:C#
      • index
      • Remove NewLine characters from the data in SQL Server
      • ConnectionStrings.com - How to connect to Excel
      • How to make a Zip file of Multiple Files - MSDN Fo...
      • "Crystal Reports for .Net Framework" does not unin...
      • CRRedist2005_x86 - eSnips, share anything
      • Click Once deploying Crystal Reports fail : Crysta...
      • ASP.NET How Do I Video Series
      • A Quick Way to Copy DataRow
      • SQL Server 2005: Stored Procedures Executor Role «...
      • SS64.com
      • SQL Programmability & API Development Team Blog
      • Business cards, designs and card templates at the ...
    • ►  August 2008 (32)
    • ►  July 2008 (55)
    • ►  June 2008 (35)
(c) Thava. Simple theme. Powered by Blogger.