Ask a Question related to ASP.NET General, Design and Development.
-
Ryan Moran #1
Printing on the client side
Hi,
I am writing a ASP.NET application using VB.NET and
everything is hunky dorey except for one thing. I am
having real problems printing to a printer on the client
side. I need to be able to send escape characters to a
printer and I was able to do this no problem on the server
side with a VB.NET application. however, I have no clue
how to do this on the client side. The closest thing I
have found is to associate the javascript window.print()
with the clicking of a button, that doesn't really help
with my problem. Does anyone have any ideas how I can do
this?
Thanks,
Ryan
Ryan Moran Guest
-
.NET Batch Printing On Client Side
Hi, I need to be able to batch print PDF documents at the client side using ASP.NET, C#. Can someone point me in the right direction? Thanks, ... -
flashcom: client side cant access server side
hi all, i hav install the flash com on the PC. It work well, on the server PC, i can access and log in to the 'chat room'.. however, if im... -
Controls with a client side onLoad function or seting a cursor server side
Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or... -
Client side and server side scripting problem
Hiya I have a problem with using some client side and server side scripting together in an ASP. I'm using VBScript. What I'm trying to achieve... -
button evet ---- server side - client side ???
I want to use button. My question is that How can use server side and client site event at the same time. That is: I want to use button : when... -
Kevin Spencer #2
Re: Printing on the client side
Reinvent the browser?
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"Ryan Moran" <rmoran@autotown.com> wrote in message
news:083801c34bbe$27a41500$a001280a@phx.gbl...>
> Hi,
>
> I am writing a ASP.NET application using VB.NET and
> everything is hunky dorey except for one thing. I am
> having real problems printing to a printer on the client
> side. I need to be able to send escape characters to a
> printer and I was able to do this no problem on the server
> side with a VB.NET application. however, I have no clue
> how to do this on the client side. The closest thing I
> have found is to associate the javascript window.print()
> with the clicking of a button, that doesn't really help
> with my problem. Does anyone have any ideas how I can do
> this?
>
> Thanks,
> Ryan
Kevin Spencer Guest
-
John Timney \(Microsoft MVP\) #3
Re: Printing on the client side
You cant really interact with the clients printer in that way without
extending IE, with trusted activex controls or using trusted applets. If
your working in an intranet and have access to the clients printer then you
send the contents you wish to print back to the server, and have some code
that picks up the job request on the server and prints the control chars to
the shared printer.
--
Regards
John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------
"Ryan Moran" <rmoran@autotown.com> wrote in message
news:083801c34bbe$27a41500$a001280a@phx.gbl...>
> Hi,
>
> I am writing a ASP.NET application using VB.NET and
> everything is hunky dorey except for one thing. I am
> having real problems printing to a printer on the client
> side. I need to be able to send escape characters to a
> printer and I was able to do this no problem on the server
> side with a VB.NET application. however, I have no clue
> how to do this on the client side. The closest thing I
> have found is to associate the javascript window.print()
> with the clicking of a button, that doesn't really help
> with my problem. Does anyone have any ideas how I can do
> this?
>
> Thanks,
> Ryan
John Timney \(Microsoft MVP\) Guest



Reply With Quote

