I need to create an Insert from multiple fields at the same time! My system has multiple table and relationships and I am having difficulties at that point. I have this registration screen:
Withthiscode:@using(Html.BeginForm()){<divstyle="wi...
Goal: Retrieve view value for controller [HttpPost]
I created a generic class with gets and sets
public int ListarDadosCarteira_Resultado { get; set; }
public string ListarDadosCarteira_Descricao { get; set; }
public int ListarDadosCart...
How would I do this using areas, and navigating through the main controllers (which are at the root of the project).
Basically it is the following: www.algumacoisa.com/home/index = > redirect to the controller that will check t...
I'm transferring my project to MVC, and would like to know if you can have more than one Views folder in the project, or if you have a CSS load outside of BundleConfig , have a static page somewhere bugar all my pages.
I have the following code in a Controller:
var carro = new List<SelectListItem>
{
new SelectListItem {Text = "Pegeout", Value = "Pegeout"},
new SelectListItem {Text = "Chevrolet", Value = "Chevrolet...
I made a View to send to a client, but I can not pass the general login and password for it. That way I created a user ( cliente_view ) and I would like it to only view the created View (sales_view_view).
How to do this process...
I'm having trouble forwarding my model to the control:
Class:
public class Pessoa {
public virtual long Id {get; set;}
public virtual string Nome {get; set;}
public virtual ETipo Tipo {get; set;}
public...
I'm starting now in the area and I have a college job to do and it's necessary to use the MVC standard, I've even separated things well, but I came across the following code in a file from my view layer >, the filename is novoAtendimento.php...
I'm using ASP.NET MVC 5 and EF6 in a project, and I have a class that does a query on the post office website and returns me the address from the zip code.
Until then, all right, what I would like to do is to use onblur for as soon as I register...