hi..

am new for asp.net...

tried all net solution...

but nothing can work...

how to print a asp.net web page????

javascript is the easiest solution if you simply want to print exactly what is on screen.
include a link (or button) somewhere on the page that looks like this:

<a href="javascript:window.print()">Print page</a>
commented: simple, yet effective advice! +3
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.