Questions tagged as 'asp.net-mvc'

1
answer

Catch Not Typed Control in Tip View

I need to get the elements that I'm not creating from the model, such as input with the "typeParticular" id in the page post. How can I get it in the ActionResult method since the elements are not created from the model that i...
asked by 14.08.2015 / 20:03
1
answer

Catch AD user asp net mvc

I have a question: how do I get the user logged in to windows on the client machine? It is taking the user from the server and not from the client machine. Could you help me?     
asked by 15.08.2015 / 15:49
1
answer

Scroll within a javascript table

I have this function that mounts a grid in js function CarregarGrid() { $('#gridConteudo').jqGrid({ colModel: [{ width: 80, name: 'COD_OPERADORA', index: 'COD_OPERADORA', label: 'Operadora', formatter: GridOperadora...
asked by 04.12.2015 / 11:54
1
answer

How to submit a form with OnsenUI and AngularJS?

How do I make a submit with the Onsen UI + AngularJS ? I have the following ons-page : <ons-page ng-controller="LoginController"> <ons-toolbar> <div class="center">Acesso ao Sistema</div> </o...
asked by 05.08.2015 / 02:48
1
answer

How to create a popup with a dropdownlist?

How do I create a popup with a DROPDOWNLIST in Asp.net C# "MVC" or Javascript/Jquery ? Can you call this popup through a ActionLink ?     
asked by 07.08.2015 / 19:22
1
answer

CRUD error with .NET MVC

I'm trying to recover some data from my bank, but it's giving the following error    Specified key was too long; max key length is 767 bytes I have no idea what's going on. User Class public class Usuario { [Key] public...
asked by 10.09.2015 / 21:13
1
answer

How to publish an asp.net mvc 4 website on iis6?

I give a publish in visual studio 2012, I add a new website in iis6, I put the folder path of the published files, but when I go to the site, it opens the login screen and when I click to enter the page it is blank . How can I fix this error, or...
asked by 08.07.2015 / 15:25
1
answer

Url.Action with routevalues and objects

I have the following Url.Action : @Url.Action("ActionName", "ControllerName", new { area = "AreaName" }) I also need to send some objects to this action through this Url.Action , how could I do this?     
asked by 02.09.2015 / 13:22
1
answer

Display the return of a query with 2 tables in the same View in ASP.NET MVC

Controller: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using HelloMobile.Models; namespace HelloMobile.Controllers { public class HomeController : Controller { //...
asked by 14.07.2015 / 22:22
1
answer

Problem in MySQL Connector

I'm using MVC 3, EntityFrameWork 4 and MySQL database. I hosted my application on Locaweb. Unfortunately I can not do the same connect to the database. Running the application on my local machine and connecting to the bank hosted on Locaweb work...
asked by 14.07.2015 / 19:12