Re: MVC app will process the CREATE new record with #Left and #Right in the html
Hi rogersbr,rogersbr Now when the Create method's View is modified, splitting the document to a left and right, where the left is fixed and the right scrolls? the SAVE button no longer creates a new...
View ArticleMVC app will process the CREATE new record with #Left and #Right in the html
Have an MVC app working for some time, the methods for Edit, Create, Details were scaffolded automatically. Now when the Create method's View is modified, splitting the document to a left and right,...
View ArticleRe: MVC app will process the CREATE new record with #Left and #Right in the html
yes, the problem is the if (ModelState.IsValid) is always false, but why... the only change to the database was to create a duplicate table, then add that to the model, using the...
View ArticleRe: MVC app will process the CREATE new record with #Left and #Right in the html
Hi rogersbr,You could check the errors in your model state.http://stackoverflow.com/questions/15333513/why-modelstate-isvalid-always-return-false-in-mvcBest Regards,Fei Han
View Article