Questions tagged as 'asp.net-mvc'

1
answer

How to show data coming from the bank in a Highcharts chart in ASP NET MVC

Good afternoon, I'm trying to show information coming from the bank on a Highchart Chart, but despite being able to integrate it into the project, I can not pass the values of information coming from the bank to the chart. If someone has alre...
asked by 22.08.2015 / 22:03
1
answer

pass actionlink parameters to jquery function

How do I pass parameters from an ActionLink from a grid to a jquery function? This is ActionLink: gridPortfolio.Column( format: @<text> @Html.ActionLink("Delete", "DeleteData", new {id = item.CD_PORTFOLIO, par = "PO"}, new { @onClick...
asked by 23.06.2015 / 15:47
1
answer

How to use Url.Action in a Helper Razor?

In an ASP.NET MVC5 project, I created a Helper inside the App_Code folder, however, when I use the Url.Action() function on my Helper the following compile error occurs:    CS0103: The name 'Url' does not exist in...
asked by 03.09.2015 / 16:17
1
answer

How to fix the System.Collections.Generic.IEnumerable error

My application that manages Courses has this error The template item passed to the dictionary is of type 'System.Collections.Generic.List'1 [MyProject.Models.Course] ", but this dictionary requires a model item of type 'System.Collections.Gen...
asked by 27.06.2015 / 19:28
3
answers

Search for database information by selecting a field [closed]

How to select a field and pull the information about it? For example, I wanted to select a user and when I select it appears in the fields type Name, Address, cpf and etc all filled in, searching for this information from the database. I'm...
asked by 09.06.2015 / 13:36
1
answer

Printing with JavaScript and ActiveX

I need to print from a web application, I believe that I will have to do this with JavaScript and also for what I researched maybe I will have to do this with ActiveX. I already tried to use window.print() with JavaScript but it opens...
asked by 30.07.2015 / 04:17
1
answer

Question about iis 6 with asp.net mvc

I have an application developed in ASP.NET MVC 5 in framework 4.5. I saw a comment around here that iis 6 does not support framework 4.5, only 4.0, does it proceed? If yes, how do I do the application conversion from 4.5 to 4.0?     
asked by 08.07.2015 / 20:07
2
answers

The requested .Net Framework Data Provider could not be found. Sql Server + Entity

I'm having trouble connecting to my local bank. This is my View , where I try to connect the bank using Razor: @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_LayoutOuvinte.cshtml"; var db = Database.Open("Entities"); v...
asked by 16.03.2015 / 22:38
1
answer

Error 403.14 Forbidden

When I open the page in ASP.NET, this error is displayed: HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory. It was working normally. I changed some files and stopped working, I returned t...
asked by 29.06.2015 / 20:14
1
answer

Error in DatePicker JQueryUI in View

In my .Net MVC project, I can not get a JavaScript result that is in view @using Forte.Rastreador.ViewModels @model SuperViewModel <script src="~/Scripts/jquery-ui-1.8.24.min.js"></script> <script type="text/javascript"...
asked by 06.02.2015 / 17:22