Click here to Skip to main content
15,867,453 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET MVC - Display all date/times in a specific time zone Pin
Richard Deeming3-May-18 8:55
mveRichard Deeming3-May-18 8:55 
QuestionASP.NET web application for DVR integration Pin
Milind Panchal3-May-18 1:12
Milind Panchal3-May-18 1:12 
Questionerror:AjaxControlToolkit.RatingExtender missing required StarCssClass property Pin
Member 138022222-May-18 5:20
Member 138022222-May-18 5:20 
AnswerRe: error:AjaxControlToolkit.RatingExtender missing required StarCssClass property Pin
Richard Deeming2-May-18 8:43
mveRichard Deeming2-May-18 8:43 
PraiseRe: error:AjaxControlToolkit.RatingExtender missing required StarCssClass property Pin
Member 138022222-May-18 10:37
Member 138022222-May-18 10:37 
QuestionWhat technique can be used for printing ALL PAGES from crystal report?(asp.net,vb.net) Pin
Member 126093771-May-18 23:21
Member 126093771-May-18 23:21 
QuestionAm using entity framework of doing CRUD operation there for i take index .cshtml to show list of employees am getting stuck to get it please give a suggestions. Pin
Ankit Bopche29-Apr-18 23:33
Ankit Bopche29-Apr-18 23:33 
AnswerRe: I have recently taken over support of an ASP.NET MVC project, and am trying to work through some of the errors, one in particular has me stumped though. Pin
F-ES Sitecore30-Apr-18 0:15
professionalF-ES Sitecore30-Apr-18 0:15 
You can't learn a new technology by looking at code and asking questions on a forum, you really need to get a book on MVC and go through it, or at least look at some tutorials on-line like the "MVC Music Store" (google it).

The "foreach" is trying to access the "Model" object but your action returns a view with no model so "Model" is null. We don't know what the solution is as we don't know what your code is supposed to do in this situation....either the action is wrong and it should be returning a model but it isn't, or the view is wrong and it should check the model exists before accessing it.
Questionam a beginner who want to learn ASP.net, how do I start Pin
Member 1380311528-Apr-18 17:17
Member 1380311528-Apr-18 17:17 
AnswerRe: am a beginner who want to learn ASP.net, how do I start Pin
Afzaal Ahmad Zeeshan29-Apr-18 2:10
professionalAfzaal Ahmad Zeeshan29-Apr-18 2:10 
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 
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 

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.