Printing GridView Data in Asp.Net |
|
Answered By
Moderator1
on
2/6/2010 12:36:08 AM |
|
|
|
|
Hi,
You can do this in several ways,
1. Export the GridView Data to Excel Sheet, that Excel Sheet can be Printable.
2. Provide Print Button, when it is clicked open a new window, that displays same GridView data, and provide window.print() javascrpit function. This will print the complete print page.
3. Do it by providing the data in Crystal Report or Asp.Net Reports.
And any other ways, you have please suggest it..
Btw, what you mean by Gridview Items in windows app?? |
|
|
|