Click here to Skip to main content
15,892,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: printer problem with explanation Pin
Abhijit Jana26-Jun-09 0:40
professionalAbhijit Jana26-Jun-09 0:40 
QuestionTree View Pin
KhandelwalA25-Jun-09 23:53
KhandelwalA25-Jun-09 23:53 
AnswerRe: Tree View Pin
Christian Graus26-Jun-09 0:15
protectorChristian Graus26-Jun-09 0:15 
GeneralRe: Tree View Pin
KhandelwalA26-Jun-09 0:16
KhandelwalA26-Jun-09 0:16 
Questionprinter problem in asp.net Pin
banerjins25-Jun-09 23:13
banerjins25-Jun-09 23:13 
AnswerRe: printer problem in asp.net Pin
Christian Graus25-Jun-09 23:42
protectorChristian Graus25-Jun-09 23:42 
GeneralRe: printer problem in asp.net Pin
banerjins25-Jun-09 23:54
banerjins25-Jun-09 23:54 
GeneralRe: printer problem in asp.net Pin
Christian Graus26-Jun-09 0:11
protectorChristian Graus26-Jun-09 0:11 
banerjins wrote:
//Get all the Installed printers
foreach (String strPrinterName in PrinterSettings.InstalledPrinters)
{
if (!strPrinterName.Contains("XPS"))
ddlSetPrinter.Items.Add(strPrinterName);
}


I assume you're running your site on a local network, the server is part of the local network, and so the user tells the server which printer to print on to, and because it's a local network, that printer is actually present where the user is ?

That you get a javascript error is odd. How are you starting the printing process ? What are you printing exactly ? If the server send a page to be printed, I don't see how that can change the javascript.

banerjins wrote:
nd shows the dialog window to save the document but after hosting save window is opened and the timeout occurs therefore the errors occurs


If a dialog is shown on the client, that's probably part of the issue. Overall what you're doing, sounds messy and ill advised.

Christian Graus

Driven to the arms of OSX by Vista.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

QuestionHow to set favicon for a mobile page . Pin
renjithmp25-Jun-09 23:06
renjithmp25-Jun-09 23:06 
AnswerRe: How to set favicon for a mobile page . Pin
DoctorMick25-Jun-09 23:30
DoctorMick25-Jun-09 23:30 
QuestionHow to set treeview Nodes checked property is true? Pin
kripa2125-Jun-09 22:56
kripa2125-Jun-09 22:56 
AnswerRe: How to set treeview Nodes checked property is true? Pin
Manas Bhardwaj25-Jun-09 23:05
professionalManas Bhardwaj25-Jun-09 23:05 
AnswerRe: How to set treeview Nodes checked property is true? Pin
padmanabhan N25-Jun-09 23:16
padmanabhan N25-Jun-09 23:16 
GeneralRe: How to set treeview Nodes checked property is true? Pin
kripa2128-Jun-09 20:52
kripa2128-Jun-09 20:52 
QuestionAjax Control Pin
geeeeeeeetha25-Jun-09 22:56
geeeeeeeetha25-Jun-09 22:56 
AnswerRe: Ajax Control Pin
Blue_Boy25-Jun-09 22:58
Blue_Boy25-Jun-09 22:58 
GeneralRe: Ajax Control Pin
geeeeeeeetha25-Jun-09 23:08
geeeeeeeetha25-Jun-09 23:08 
GeneralRe: Ajax Control Pin
Christian Graus25-Jun-09 23:43
protectorChristian Graus25-Jun-09 23:43 
GeneralRe: Ajax Control Pin
geeeeeeeetha25-Jun-09 23:52
geeeeeeeetha25-Jun-09 23:52 
GeneralRe: Ajax Control Pin
Abhijit Jana26-Jun-09 0:00
professionalAbhijit Jana26-Jun-09 0:00 
GeneralRe: Ajax Control Pin
geeeeeeeetha26-Jun-09 0:06
geeeeeeeetha26-Jun-09 0:06 
QuestionApplication pool crash Pin
sjs4u25-Jun-09 22:39
sjs4u25-Jun-09 22:39 
AnswerRe: Application pool crash Pin
Enver Maroshi25-Jun-09 22:44
Enver Maroshi25-Jun-09 22:44 
GeneralRe: Application pool crash Pin
sjs4u25-Jun-09 23:12
sjs4u25-Jun-09 23:12 
QuestionRefresh Image box problem Pin
Any_India25-Jun-09 22:27
Any_India25-Jun-09 22:27 

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.