[Mono-list] ASP.Net, about report writer. How I can print simple data ?
Will Murnane
will.murnane at gmail.com
Mon Jan 15 15:39:21 EST 2007
This needs to be done client-side. Add some code like this to the output:
<form>
<input type="button" value="Print This Page" onClick="window.print()" />
</form>
or
<a href="javascript:window.print()">Print This Page</a>
HTH
Will
On 1/15/07, Romulo Hunter <romulochile at gmail.com> wrote:
> if you want to write some data, we say one o two pages of data like a
> table data or grid with a result of query, and write through
> "FireFox.File.Print()", This possible?. Sorry if is it a stupid
> question. (I really want to know if ASP.Net -and mono- have something
> like a basic print method?).
>
> Thanks in advance...
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
More information about the Mono-list
mailing list