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

ASP.NET

 
AnswerRe: printer problem with explanation Pin
Christian Graus26-Jun-09 0:12
protectorChristian Graus26-Jun-09 0:12 
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 
Use the following code to get all printers. Thus the dropdownlist contains list of installed printers. If am saving Microsoft XPS Document Writer as my printer and try to print using the printer a window is opened for saving the print document.But when I host the application and try to print with Microsoft XPS Document Writer the page shows a javascript error or the page become struct.I think it is because if am selecting Microsoft XPS Document Writer as printer its not a valid printer and shows the dialog window to save the document but after hosting save window is opened and the timeout occurs therefore the errors occurs.If am selecting a valid printer it works fine. Can you help me to avoid Microsoft XPS Document Writer from my installed printers lisrt or help any way

//Get all the Installed printers
foreach (String strPrinterName in PrinterSettings.InstalledPrinters)
{
ddlSetPrinter.Items.Add(strPrinterName);
}
GeneralRe: printer problem in asp.net Pin
Christian Graus26-Jun-09 0:11
protectorChristian Graus26-Jun-09 0:11 
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 

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.