Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
7 Points
7 Posts
Sep 21, 2011 11:11 AM|LINK
I have a gridview like this and on top of it I have a print button .
The gridview is like this
id name country 1 test testcountry 2 test1 testtere
on click of print button
I have to print total pages containing a predefined format with all the details from gridview page 1 -------- id---1 name--test country-- test more columns-trtrtytr page 2 -------- id---2 name--test1 country-- testtere more columns-trtrtytr
in each page we have more columns present in grid. Please suggest methods to resolve this issue.I know abt the javascript to print grid.
Akshay786
Member
7 Points
7 Posts
How to do custom printing in asp.net?
Sep 21, 2011 11:11 AM|LINK
I have a gridview like this and on top of it I have a print button .
The gridview is like this
id name country
1 test testcountry
2 test1 testtere
on click of print button
I have to print total pages containing a predefined format with all the details from gridview
page 1
--------
id---1
name--test
country-- test
more columns-trtrtytr
page 2
--------
id---2
name--test1
country-- testtere
more columns-trtrtytr
in each page we have more columns present in grid.
Please suggest methods to resolve this issue.I know abt the javascript to print grid.