Posts by Neumann • 3 points
5 posts
-
0
votes1
answer53
viewsQ: Source code for Helpers
Helpers source codes such as Textboxfor are available somewhere? I’ve found customizations like this: public static System.Web.Mvc.MvcHtmlString DtxTextBoxFor<TModel, TValue> (this…
-
0
votes0
answers64
viewsQ: Errors in Visual Studio
Visual Usage Studio Express 2013 for Web. I don’t know much about him, I’ve been learning in practice. It indicates many errors as if my class had not determined attribute. I noticed that this…
visual-studio-2013asked Neumann 3 -
0
votes1
answer53
viewsQ: Unsolicited Truncation of Time
I have a model designed to record a time used in a task: public TarefaHoraPendente() { HorasAcumuladas = new TimeSpan(0, 0, 0); Pausada = false; } public int ID { get; set; } [Required(ErrorMessage…
-
0
votes0
answers313
viewsQ: Problems generating a PDF View using Rotary
I’m trying to learn how to convert a View to PDF format so it can be printed or downloaded by a user. I read some posts and decided to follow the indication of a library called Rotating that seemed…
-
0
votes1
answer212
viewsQ: Error handling does not work
In the config of my application I deleted the customErrors to make a test of an error that is difficult to replicate. And where must be going the error I put a Try: if (ModelState.IsValid) {…