Posts by Henrique Bovareto • 23 points
2 posts
-
1
votes1
answer1127
viewsA: Open modal popup in another . cshtml file
Michell, if you call the URL /User/Filename directly in the browser works? If so, I imagine the problem may be in your View, because it returns a complete HTML that is later included within a…
-
1
votes1
answer1118
viewsA: Daylight saving time error (Summer time) in bootstrap-datepicker
I had this problem recently. To fix it I edited an excerpt of the bootstrap-datepicker Fill method that used to be like this: var prevMonth = new Date(year, month - 1, 28, 0, 0, 0, 0), day =…