RSS Forums RSS
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 1882 | Replies: 0
Reply
Join Date: Sep 2006
Posts: 1
Reputation: kaurr is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
kaurr kaurr is offline Offline
Newbie Poster

Print Datagrid issue

  #1  
Sep 26th, 2006
Hello Expertzzz.

I need ur help urgently.I am trying to print datagrid in DIV tag.I am using following javascript funtion to print Datagrid in asp.net
function CallPrint(strid1) { var WinPrint; var prtContent = document.getElementById(strid1); var strOldOne=prtContent.innerHTML; var WinPrint = window.open(); //var WinPrint = window.open('','','left=0,top=0,width=500px,height=500px,toolbar=0,scrollbars=no,status=0'); WinPrint.document.write(prtContent.innerHTML); WinPrint.document.close(); WinPrint.focus(); WinPrint.print(); WinPrint.close(); prtContent.innerHTML=strOldOne; }

And i am calling this function on button click.
<INPUT class="nakoPrint" id="Button1" style="BORDER-RIGHT: slateblue 1px solid; BORDER-TOP: slateblue 1px solid; BORDER-LEFT: slateblue 1px solid; BORDER-BOTTOM: slateblue 1px solid"
onclick="javascript:CallPrint('carspeldiv');" type="button" size="15px" value="Print" name="BtnPrint" runat="server">

But my problem is that it is not printing datagrid column.Datagrid contains 10 columns records while its printing only two columns records.This is coz page size is less that grid size.

Please help me asap....

Looking forward for ur positive reply....

Many Thanks
AddThis Social Bookmark Button
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 12:13 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC