Click here to Skip to main content
15,895,011 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.Net MVC What is Donut Caching Pin
Mou_kol23-May-18 10:07
Mou_kol23-May-18 10:07 
GeneralRe: ASP.Net MVC What is Donut Caching Pin
Vincent Maverick Durano23-May-18 12:32
professionalVincent Maverick Durano23-May-18 12:32 
SuggestionNeed Suggetion Pin
Member 1382604314-May-18 0:42
Member 1382604314-May-18 0:42 
QuestionBlazor Pin
Super Lloyd9-May-18 18:29
Super Lloyd9-May-18 18:29 
AnswerRe: Blazor Pin
Vincent Maverick Durano21-May-18 14:08
professionalVincent Maverick Durano21-May-18 14:08 
GeneralRe: Blazor Pin
Super Lloyd21-May-18 14:27
Super Lloyd21-May-18 14:27 
GeneralRe: Blazor Pin
Vincent Maverick Durano21-May-18 15:51
professionalVincent Maverick Durano21-May-18 15:51 
GeneralRe: Blazor Pin
Super Lloyd21-May-18 16:35
Super Lloyd21-May-18 16:35 
GeneralRe: Blazor Pin
Vincent Maverick Durano21-May-18 16:43
professionalVincent Maverick Durano21-May-18 16:43 
GeneralRe: Blazor Pin
Super Lloyd22-May-18 3:20
Super Lloyd22-May-18 3:20 
QuestionAsp.net Pin
Member 138185619-May-18 2:52
Member 138185619-May-18 2:52 
AnswerRe: Asp.net Pin
Richard MacCutchan9-May-18 3:35
mveRichard MacCutchan9-May-18 3:35 
AnswerRe: Asp.net Pin
ZurdoDev14-Jun-18 10:51
professionalZurdoDev14-Jun-18 10:51 
QuestionLooking for an example of food and drink on a handheld device ? Pin
Member 24584676-May-18 16:11
Member 24584676-May-18 16:11 
AnswerRe: Looking for an example of food and drink on a handheld device ? Pin
Richard MacCutchan6-May-18 21:54
mveRichard MacCutchan6-May-18 21:54 
QuestionClaimsIdentity with null referance Pin
Member 138120214-May-18 7:28
Member 138120214-May-18 7:28 
QuestionASP.NET MVC - Display all date/times in a specific time zone Pin
ZurdoDev3-May-18 8:14
professionalZurdoDev3-May-18 8:14 
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.

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.