problem regarding print
-
hi , My problem is that i want to take a print out of my Data which is bind with Gridview.For that i have used window.print.but the problem is that in my gridview there are 100s of records for that i have used paging.when i m giving my print command it print only one page even it has 100s of records .and i want to print all the records which bind to the gridview.i dont want to use another page for displaying all the records and give the print command.i want to acheive my target with only single page. tell me how can i achieve my target.. thanks in advance avesh
-
hi , My problem is that i want to take a print out of my Data which is bind with Gridview.For that i have used window.print.but the problem is that in my gridview there are 100s of records for that i have used paging.when i m giving my print command it print only one page even it has 100s of records .and i want to print all the records which bind to the gridview.i dont want to use another page for displaying all the records and give the print command.i want to acheive my target with only single page. tell me how can i achieve my target.. thanks in advance avesh
Aavesh Agarwal wrote:
i dont want to use another page for displaying all the records and give the print command.i want to acheive my target with only single page.
Might not be possible. Print option depends on the browser, and not ASP.NET. It prints whatever content in the page. If you want to print entire row, you have to show it.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
hi , My problem is that i want to take a print out of my Data which is bind with Gridview.For that i have used window.print.but the problem is that in my gridview there are 100s of records for that i have used paging.when i m giving my print command it print only one page even it has 100s of records .and i want to print all the records which bind to the gridview.i dont want to use another page for displaying all the records and give the print command.i want to acheive my target with only single page. tell me how can i achieve my target.. thanks in advance avesh