Ramani Sandeep's Blog

DotNetting – Fast , Easy Way of Developing Applications

Archive for May 19th, 2009

Print in ASP.NET 2.0

Posted by ramanisandeep on May 19, 2009

Option 1 : Using ASP.NET (C# / VB )

One of the most common functionality in any ASP.NET application is to print forms and controls. There are a lot of options to print forms using client scripts. In the article, we will see how to print controls in ASP.NET 2.0 using both server side code and javascript.

Click here to read more…..

Option 2 : Using Javascript

In the article, we will see how to print controls in ASP.NET 2.0 using javascript.


Option 3 : Printing a GridView with Paging


This is a WebControl that provides an easy way to prepare an ASP.NET GridView to be paged and printed in the browser.


Click here to read more…..

Posted in ASP.NET 2.0, JavaScript | Tagged: , , | 1 Comment »