Search This Blog

Thursday, March 20, 2014

Print GridView Data Using JavaScript in ASP.Net

How to Print gridview data in asp.net using C# 

To print GridView Data using JavaScript  follow this steps.
  1. Take a GridView Control on your ASP.Net Page.
  2. Bind the GridView as Per ADO.Net.
  3. Then Write the JavaScript Code as below to print the gridView Data .
Print Gridview Data in asp.net
Print Gridview Data

No comments:

Post a Comment