Questions tagged as 'asp.net-mvc'

2
answers

How to create a built-in validation screen?

I'm sorry if the title is not so explanatory, but the question is: I have to do a CRUD and I've already been able to do C and R, but I'm doing the Update now and the scheme looks something like this: You have a Index page listing the...
asked by 03.10.2016 / 22:17
1
answer

Record Video and Upload in C # MVC

I have to record a 5s video on the webcam, after recording upload this video to a folder. I have already searched for several Plugins in JS, I used this link " I just do not know how I can upload this video into a function in my Cont...
asked by 17.11.2017 / 13:08
1
answer

How to organize the viewmodels and mappings in the project? [closed]

Good morning everyone! I am studying about mapping (model and viewmodel) using implicit operators. But I had a question: How to organize the viewmodels and mappings within the project? Where should I save classes? Inside the model class file or...
asked by 03.05.2016 / 15:43
1
answer

Bootstrap / Razor Second panel collapses on the first

What happens is that I have 2 topics in the database that are automatically inserted in the page and everything is fine here, but starting with the panels closed or open if clicking on the second it opens / closes always the first one ... boo...
asked by 25.02.2016 / 16:00
1
answer

Get currency quotes from date [closed]

I am making an application and would like to know if there is any way to get currency quotes from an X date (not necessarily the current day) via WebService consumption.     
asked by 28.09.2015 / 17:13
3
answers

How to call a JavaScript function inside a Razor?

I'm programming in ASP.NET MVC and I have a registration form. I need to verify that the date of birth is valid, that is, if it is shorter than today's date. I have the script but I do not know how to call it inside the form below, could...
asked by 17.10.2016 / 00:36
1
answer

Difficulty in filtering information

I know my problem is logical and this should start with me, I know, but sometimes a light, not a ready code, but the pointing of a path helps us a lot. 1) I have 6 ComboBox in my View that make the filters for a search. 2) This search shou...
asked by 01.10.2014 / 14:20
1
answer

Reference System.Web.WebPages.Razor, Version = 1.0.0.0. The system can not find the file specified

We work at the company with the SNV with the projects. One day the server stopped working, it was a job to recover the projects. But there is a project that has a reference error with the following message:    Could not load file or assemb...
asked by 25.07.2014 / 17:39
1
answer

"Invalid App Id" error on "Like" button Facebook

I'm doing a blog and I'm putting the like button. The code I'm using is: This is at the top of the page: <script> (function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) r...
asked by 07.05.2014 / 01:30
1
answer

Doubt with decimal numbers asp.net mvc

I have a register, where I have some fields to insert values, but the same is only accepting integer, if you add some value with zero decimal. Controller [Display(Name = "Valor Multiplicador para Opção 01:")] [DisplayFormat(DataFo...
asked by 02.08.2016 / 00:42