How to get printer response in ASP.NET
-
You can't.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You can't.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
thx Chris. Can we do it through Javascript?Or any other way you can suggest? The requirement is to trigger emails to the Administrator through a wepApp if there is any problem with the printer attatched to the machine in which that Wepapp is browsed. rgds
-
thx Chris. Can we do it through Javascript?Or any other way you can suggest? The requirement is to trigger emails to the Administrator through a wepApp if there is any problem with the printer attatched to the machine in which that Wepapp is browsed. rgds
ASP.NET doesn't have access to the client machine like that. You might be able to with an ActiveX control...
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
-
thx Chris. Can we do it through Javascript?Or any other way you can suggest? The requirement is to trigger emails to the Administrator through a wepApp if there is any problem with the printer attatched to the machine in which that Wepapp is browsed. rgds
payback wrote:
Can we do it through Javascript?Or any other way you can suggest?
There is no way for this. ASP.NET or Javascript is not built for this. Javascript works inside the browser and executed by the browser. So you don't have permission to access devices like printer.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
thx Chris. Can we do it through Javascript?Or any other way you can suggest? The requirement is to trigger emails to the Administrator through a wepApp if there is any problem with the printer attatched to the machine in which that Wepapp is browsed. rgds
Try using Meadco ScriptX. It also has a free edition. That should limited interaction with the printer. www.meadroid.com/scriptx/ [^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson