Ask a Question related to ASP.NET General, Design and Development.
-
Jurjen de Groot #1
Implement a Print button on ASP.NET webpage.
I would like to implement a button which will, upon click, print the current
webpage.
I have no idea where to begin, I think I need some sort of client scripting
but I suppose there's a simple solution for this...
Kind regards,
Jurjen de Groot
Netherlands.
Jurjen de Groot Guest
-
Launch contribute from button on webpage?
Hello, We have a marketing and email marketing system and we integrate with Contribute and Dreamweaver for authoring of the actual content. I need... -
Print from a button in a PDF?
Can Acrobat create a button in a PDF to initiate printing of the page(s)? -
Print webpage, but with-out adressbar and such
Hi, im building a site, and i need to print a page. This already works fine, but it also prints (on top corner) what site it came from, at the... -
How to implement paging and Add button
When I have no paging, this code below works great. However, when I enable paging, it does not work right. The add button clobbers some existing... -
Stop/Start/Restart a Service via a webpage visit or button
Dim wsh Set wsh = CreateObject("WScript.Shell") wsh.exec "C:\directory\restart.bat" Set wsh=nothing The file will need to have permission to... -
Vaibhav #2
Re: Implement a Print button on ASP.NET webpage.
hi
you can use basic javascript command "window.print" but that is just like
calling print from the browser print command.
if you want some more advanced printing functionality(Like predefining print
type/ landscape or portrait etc.) then you have to use some activex control
on your web page
HTH
Vaibhav
"Jurjen de Groot" <info@gits-online.nl> wrote in message
news:%2340gEp1ODHA.4024@tk2msftngp13.phx.gbl...current> I would like to implement a button which will, upon click, print thescripting> webpage.
>
> I have no idea where to begin, I think I need some sort of client> but I suppose there's a simple solution for this...
>
>
> Kind regards,
>
>
> Jurjen de Groot
> Netherlands.
>
>
Vaibhav Guest
-
Joe Agster #3
Implement a Print button on ASP.NET webpage.
<input type="button" id="btnPrint" onclick="window.print
()" value="Print">
click, print the current>-----Original Message-----
>I would like to implement a button which will, uponof client scripting>webpage.
>
>I have no idea where to begin, I think I need some sort>but I suppose there's a simple solution for this...
>
>
>Kind regards,
>
>
>Jurjen de Groot
>Netherlands.
>
>
>.
>Joe Agster Guest



Reply With Quote

