Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTrying to EDIT 2 separate, one-to-one database tables with ONE form/ViewModel Pin
TheOnlyRealTodd11-Aug-16 20:32
professionalTheOnlyRealTodd11-Aug-16 20:32 
AnswerRe: Trying to EDIT 2 separate, one-to-one database tables with ONE form/ViewModel Pin
F-ES Sitecore12-Aug-16 0:34
professionalF-ES Sitecore12-Aug-16 0:34 
QuestionPrintPageEventHandler not working when I upload my site to IIS Pin
awinash kr6-Aug-16 19:21
awinash kr6-Aug-16 19:21 
QuestionRe: PrintPageEventHandler not working when I upload my site to IIS Pin
Richard MacCutchan6-Aug-16 20:24
mveRichard MacCutchan6-Aug-16 20:24 
AnswerRe: PrintPageEventHandler not working when I upload my site to IIS Pin
awinash kr6-Aug-16 20:28
awinash kr6-Aug-16 20:28 
SuggestionRe: PrintPageEventHandler not working when I upload my site to IIS Pin
Kornfeld Eliyahu Peter6-Aug-16 22:35
professionalKornfeld Eliyahu Peter6-Aug-16 22:35 
GeneralRe: PrintPageEventHandler not working when I upload my site to IIS Pin
awinash kr6-Aug-16 22:47
awinash kr6-Aug-16 22:47 
AnswerRe: PrintPageEventHandler not working when I upload my site to IIS Pin
Richard Deeming8-Aug-16 1:35
mveRichard Deeming8-Aug-16 1:35 
When you deploy your code, it runs under a specific user account on the server, as configured in the properties of the application pool. That user account most likely doesn't have any printers configured - not even the ubiquitous "XPS" printer. You might be able to resolve the problem by copying some registry keys, as described in this MS KB article[^], but you'll need to know the SID of the AppPool user in order to copy the keys to the correct account.

Also, remember you're printing on the server. If you're expecting the output to appear on the client's printer, you're out of luck.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


Questionwebform Pin
Member 126713194-Aug-16 21:46
Member 126713194-Aug-16 21:46 
AnswerRe: webform Pin
Richard MacCutchan4-Aug-16 22:09
mveRichard MacCutchan4-Aug-16 22:09 
Questioninstallation of asp.net Pin
AMIT SINGH 20164-Aug-16 8:27
AMIT SINGH 20164-Aug-16 8:27 
QuestionCould not find a part of the path "\ASP.Net Practical\Website\Site1\UploadedImgs \".. Pin
Otekpo Emmanuel2-Aug-16 6:33
Otekpo Emmanuel2-Aug-16 6:33 
AnswerRe: Could not find a part of the path "\ASP.Net Practical\Website\Site1\UploadedImgs \".. Pin
jkirkerx2-Aug-16 9:19
professionaljkirkerx2-Aug-16 9:19 
GeneralRe: Could not find a part of the path "\ASP.Net Practical\Website\Site1\UploadedImgs \".. Pin
Otekpo Emmanuel3-Aug-16 7:16
Otekpo Emmanuel3-Aug-16 7:16 
GeneralRe: Could not find a part of the path "\ASP.Net Practical\Website\Site1\UploadedImgs \".. Pin
jkirkerx3-Aug-16 7:40
professionaljkirkerx3-Aug-16 7:40 
QuestionRegarding DataTable width Pin
harikreddy31-Jul-16 21:48
harikreddy31-Jul-16 21:48 
QuestionRe: Regarding DataTable width Pin
Richard MacCutchan31-Jul-16 22:24
mveRichard MacCutchan31-Jul-16 22:24 
AnswerRe: Regarding DataTable width Pin
ZurdoDev1-Aug-16 8:11
professionalZurdoDev1-Aug-16 8:11 
QuestionAngularjs is not refreshing data on the CSHTML page Pin
indian14330-Jul-16 14:28
indian14330-Jul-16 14:28 
AnswerRe: Angularjs is not refreshing data on the CSHTML page Pin
Richard Deeming1-Aug-16 2:08
mveRichard Deeming1-Aug-16 2:08 
GeneralRe: Angularjs is not refreshing data on the CSHTML page Pin
indian1431-Aug-16 6:56
indian1431-Aug-16 6:56 
GeneralRe: Angularjs is not refreshing data on the CSHTML page Pin
Richard Deeming1-Aug-16 6:59
mveRichard Deeming1-Aug-16 6:59 
GeneralRe: Angularjs is not refreshing data on the CSHTML page Pin
indian1431-Aug-16 7:57
indian1431-Aug-16 7:57 
GeneralRe: Angularjs is not refreshing data on the CSHTML page Pin
Richard Deeming1-Aug-16 8:23
mveRichard Deeming1-Aug-16 8:23 
AnswerRe: Angularjs is not refreshing data on the CSHTML page Pin
Nathan Minier1-Aug-16 4:02
professionalNathan Minier1-Aug-16 4:02 

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.