Click here to Skip to main content
15,918,742 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Based on the item selected in dropdown appropriate date should get focus on calender Pin
Ibuprofen11-May-07 10:17
Ibuprofen11-May-07 10:17 
GeneralRe: Based on the item selected in dropdown appropriate date should get focus on calender Pin
mukkanti00717-May-07 1:17
mukkanti00717-May-07 1:17 
GeneralRe: Based on the item selected in dropdown appropriate date should get focus on calender Pin
Ibuprofen17-May-07 2:39
Ibuprofen17-May-07 2:39 
Questionregular expression Pin
Parwej Ahamad11-May-07 0:36
professionalParwej Ahamad11-May-07 0:36 
AnswerRe: regular expression Pin
PandemoniumPasha11-May-07 0:48
PandemoniumPasha11-May-07 0:48 
QuestionWrong Control on Page Pin
Shajeel11-May-07 0:19
Shajeel11-May-07 0:19 
AnswerRe: Wrong Control on Page Pin
Christian Graus11-May-07 0:27
protectorChristian Graus11-May-07 0:27 
QuestionServer side printing Pin
orinoco7710-May-07 23:23
orinoco7710-May-07 23:23 
Hi all,

I've got a small issue I need to figure out and I thought someone might have the answer. I need to send a print job (HTML page) to a networked printer connected to the web server, rather than the client's printer. Essentially this is a letter printing exercise for a corporate application. The letters are written with a wysiwyg, web-based HTML editor. They can then either be printed (for posting to the recipient) or emailed (which is, as you would expect, a doddle). Printing is causing some issues in that, while it's extremely simple to get a print job to a client-side printer, printing to a printer connected to the server is a bit of a nonsense. I thought of creating an instance of a web browser control on the server side and programmatically filling it with the HTML and asking it to print, but apparently this will pop up a dialog on the server, which is less than desirable. At the moment my solution is to do some fairly arcane transformations on the HTML in order to turn it into postscript, fire the postscript at a printer (which is relatively easy), and hope to god the printer understands it. Most of ours are HP printers and cope admirably with being given raw postscript, but it's not really a future-proof solution. If the users end up getting a new printer that doesn't understand postscript natively, they'll just be printing what will look like complete gibberish.

If anyone's got a nice, slick answer to this, I'd appreciate it. The postscript solution has a certain raw charm, but it's nowhere near as elegant as it should be. Something I can actually show my boss without being slapped round the back of the head would be good.
AnswerRe: Server side printing Pin
subrata.jana11-May-07 0:14
subrata.jana11-May-07 0:14 
GeneralRe: Server side printing Pin
orinoco7711-May-07 0:15
orinoco7711-May-07 0:15 
GeneralRe: Server side printing Pin
subrata.jana11-May-07 2:05
subrata.jana11-May-07 2:05 
GeneralRe: Server side printing Pin
orinoco7711-May-07 2:13
orinoco7711-May-07 2:13 
QuestionImage resize to fit ImageField Pin
DanB198310-May-07 23:16
DanB198310-May-07 23:16 
AnswerRe: Image resize to fit ImageField Pin
Sherin Iranimose10-May-07 23:25
Sherin Iranimose10-May-07 23:25 
GeneralRe: Image resize to fit ImageField Pin
DanB198310-May-07 23:33
DanB198310-May-07 23:33 
GeneralRe: Image resize to fit ImageField Pin
Sherin Iranimose10-May-07 23:42
Sherin Iranimose10-May-07 23:42 
GeneralRe: Image resize to fit ImageField Pin
DanB198310-May-07 23:47
DanB198310-May-07 23:47 
GeneralRe: Image resize to fit ImageField Pin
Sherin Iranimose11-May-07 0:07
Sherin Iranimose11-May-07 0:07 
GeneralRe: Image resize to fit ImageField Pin
DanB198311-May-07 0:39
DanB198311-May-07 0:39 
GeneralRe: Image resize to fit ImageField Pin
Sherin Iranimose11-May-07 0:52
Sherin Iranimose11-May-07 0:52 
GeneralRe: Image resize to fit ImageField Pin
DanB198311-May-07 0:59
DanB198311-May-07 0:59 
GeneralRe: Image resize to fit ImageField Pin
DanB198311-May-07 4:28
DanB198311-May-07 4:28 
QuestionShowing Picture or any graphic in asp.net Pin
aransiola10-May-07 22:43
aransiola10-May-07 22:43 
AnswerRe: Showing Picture or any graphic in asp.net Pin
enjoycrack10-May-07 23:13
enjoycrack10-May-07 23:13 
AnswerRe: Showing Picture or any graphic in asp.net Pin
Christian Graus11-May-07 0:29
protectorChristian Graus11-May-07 0:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.