Click here to Skip to main content
15,886,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralMessage Closed Pin
4-May-18 23:19
hirasetup4-May-18 23:19 
JokeRe: am a beginner who want to learn ASP.net, how do I start Pin
Afzaal Ahmad Zeeshan5-May-18 2:22
professionalAfzaal Ahmad Zeeshan5-May-18 2:22 
GeneralRe: am a beginner who want to learn ASP.net, how do I start Pin
Richard Deeming9-May-18 8:39
mveRichard Deeming9-May-18 8:39 
QuestionPrinting Pin
Member 1360728318-Apr-18 18:17
Member 1360728318-Apr-18 18:17 
AnswerRe: Printing Pin
Richard MacCutchan18-Apr-18 21:59
mveRichard MacCutchan18-Apr-18 21:59 
GeneralRe: Printing Pin
Member 1360728319-Apr-18 3:27
Member 1360728319-Apr-18 3:27 
GeneralRe: Printing Pin
Richard MacCutchan19-Apr-18 3:57
mveRichard MacCutchan19-Apr-18 3:57 
GeneralRe: Printing Pin
MadMyche20-Apr-18 5:41
professionalMadMyche20-Apr-18 5:41 
Unfortunately I do not know a way to open 50 pages automatically and have them print automatically. The best you could do if it needs to be done on web pages is to use simple javascript command:
window.onload = function() { window.print(); }


Director of Transmogrification Services
Shinobi of Query Language
Master of Yoda Conditional

AnswerRe: Printing - report Pin
David Mujica20-Apr-18 3:15
David Mujica20-Apr-18 3:15 
GeneralRe: Printing - report Pin
Member 1360728320-Apr-18 13:58
Member 1360728320-Apr-18 13:58 
QuestionInstall-Package : NU1202: Package Microsoft.AspNet.Identity.Core 2.2.1 is not compatible with uap10.0.10586 (UAP,Version=v10.0.10586) / win10-x64. Package Microsoft.AspNet.Identity.Core 2.2.1 supports: net45 Pin
indian14317-Apr-18 8:34
indian14317-Apr-18 8:34 
QuestionEntity Framework Question - code first mixed with database first Pin
ZurdoDev17-Apr-18 3:19
professionalZurdoDev17-Apr-18 3:19 
QuestionNeed Code references for .net core 2.O MVC Pin
SP Maurya12-Apr-18 21:41
SP Maurya12-Apr-18 21:41 
QuestionRe: Need Code refernces for .net core 2.O MVC Pin
Richard MacCutchan12-Apr-18 22:22
mveRichard MacCutchan12-Apr-18 22:22 
AnswerRe: Need Code refernces for .net core 2.O MVC Pin
SP Maurya12-Apr-18 22:59
SP Maurya12-Apr-18 22:59 
GeneralRe: Need Code refernces for .net core 2.O MVC Pin
Richard MacCutchan12-Apr-18 23:00
mveRichard MacCutchan12-Apr-18 23:00 
GeneralRe: Need Code refernces for .net core 2.O MVC Pin
SP Maurya12-Apr-18 23:15
SP Maurya12-Apr-18 23:15 
GeneralRe: Need Code refernces for .net core 2.O MVC Pin
Richard MacCutchan13-Apr-18 1:02
mveRichard MacCutchan13-Apr-18 1:02 
GeneralRe: Need Code refernces for .net core 2.O MVC Pin
SP Maurya13-Apr-18 2:33
SP Maurya13-Apr-18 2:33 
QuestionInfopath conversion Pin
S Douglas12-Apr-18 4:59
professionalS Douglas12-Apr-18 4:59 
QuestionWhich one is the best generic or concrete repository & why ? Pin
Dinesh Singh Kushwaha (Dev)6-Apr-18 23:31
Dinesh Singh Kushwaha (Dev)6-Apr-18 23:31 
AnswerRe: Which one is the best generic or concrete repository & why ? Pin
Richard MacCutchan7-Apr-18 3:11
mveRichard MacCutchan7-Apr-18 3:11 
Questionaction request that doesn't match route attr, catch and redirect to error page Pin
jkirkerx5-Apr-18 9:41
professionaljkirkerx5-Apr-18 9:41 
AnswerWhen route constraints fail [solved] Pin
jkirkerx5-Apr-18 9:57
professionaljkirkerx5-Apr-18 9:57 
Questionwhat is Uniform Interface in REST Pin
Mou_kol5-Apr-18 2:55
Mou_kol5-Apr-18 2:55 

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.