Questions tagged as 'asp.net-mvc'

1
answer

ASP.NET MVC Project files do not open "the operation could not be completed"

I try to open "cshtml" files and it does not open, presenting the error below. Thisoccursinallmyprojects,itstartedfromtimetotime.IuseVisualStudio2015,projectASP.NET4.6MVC5.Anyonewhocanhelpwillthankyou.AsrequestedfollowsthecodeofWeb.config<...
asked by 04.12.2015 / 18:57
2
answers

Error 500 when consuming NFeDistribuicaoDFe [closed]

I'm trying to consume the NFE download service on the farm: link Specification link Using .Net, C #, MVC But I have gotten the following error: The remote server returned an error: (500) Internal Server Error. The messag...
asked by 08.01.2016 / 15:32
1
answer

Load page already updated using method get jquery mvc asp.net

I have a demo page where I organize a to-do list .. I wanted it to be refreshed when it was updated with the tasks already posted earlier <html> <head> <title>Demo</title> <script src="~/Scripts/JavaScript....
asked by 08.01.2016 / 16:21
2
answers

Generate HTML elements via Javascript

I need to create a code that after passing some parameters it generates a graphic similar to the image below, I thought of creating a table for each activity. Does anyone have any tips, or do you know an article that can help me? I think of usin...
asked by 17.10.2015 / 23:57
1
answer

Invoke the selected values in the CheckBox in View Edit

I do not know how to return the selected values in checkBox to View . Controller: public ActionResult Editar(int? id) { // acedendo a um conjunto de valores de uma classe ViewBag.Daylist = GetDias(null); return View(inscricao...
asked by 07.04.2016 / 19:45
1
answer

Plugin chosen ASP.NET MVC

I'm trying to use the chosen ( link ) plugin with DropDownListFor , however when using this plugin the validation of the field not working. Caixa.cshtml @model CaixaViewModel <div class="row"> <div class="...
asked by 04.03.2016 / 15:43
1
answer

Linq + Lambda, subquery, distinct and not in, how to improve this query

I had the following syntax in SQL SELECT tbl_boleto.int_IDC, tbl_Admin.int_STATUS, tbl_Admin.int_CONVENIO, tbl_Admin.int_PLANO, tbl_Admin.int_RESTRICAO, tbl_Admin.str_URL FROM tbl_boleto INNER JOIN tbl_Admi...
asked by 08.03.2016 / 20:30
1
answer

Error loading Antlr3.Runtime [closed]

Today I had a power failure problem and a full scan was performed when the computer was restarted. It has apparently generated some errors and I believe one of them is related to the problem that occurred next. I opened my project in Visual S...
asked by 20.08.2015 / 16:49
1
answer

How to use JSON in ASP.NET MVC

I'm a beginner in Asp.Net MVC, and I'm developing an application that manages Courses and on my sign up screen I'm trying to validate that if student is already signed up in a course and he tries to sign up again in this same course , a...
asked by 01.07.2015 / 05:48
0
answers

Watermark in rotating PDF in ASP.NET MVC

Hello, I'm having trouble adding a watermark to a report generated with rotating pdf. This report has a header, which repeats on all pages and a footer that also repeats on every page, now I want to make it have a watermark on every page of t...
asked by 12.11.2015 / 14:46