Jan 14, 2008 #1 Clanger67 Programmer Mar 28, 2002 28 GB I have a checkboxlist on my aspx page. When one of the boxes is ticked I want to be able to display the print dialog box is this possible and if so how. Thanks in advance David
I have a checkboxlist on my aspx page. When one of the boxes is ticked I want to be able to display the print dialog box is this possible and if so how. Thanks in advance David
Jan 14, 2008 #2 ca8msm Programmer May 9, 2002 11,327 GB You will need to use javascript. Read up on the window.print function. ------------------------------------------------------- Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] [URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions [URL unfurl="true"]http://weblogs.asp.net/marksmith[/url] Upvote 0 Downvote
You will need to use javascript. Read up on the window.print function. ------------------------------------------------------- Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] [URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions [URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]