Questions tagged as 'asp.net-mvc'

0
answers

Error with model MVC Model.get null

I'm developing a web page with MVC, and although the connection to the database works for me (for the login) with the LINQ class and SQL Server, I do not know if the model does not load the data or the list is not adding the data of the BD...
asked by 06.12.2018 / 04:21
0
answers

HipperlinkField Inside Datagrid Do not redirect asp.net

I am trying to add series of an article so that it can be moved to another warehouse the functionality is that when you click on the hipperlink control the records to which you intend to add series, it is redirected to a page, in which you mu...
asked by 26.11.2018 / 22:23
1
answer

Dynamic menu Asp.net c # Option does not appear

I have the following menu in a MVC 5 app in the _Layout.cshtml view <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li>@Html.ActionLink("Inicio", "Index", "Home")</li>...
asked by 26.11.2018 / 19:23
0
answers

Pass data from one view to another view MVC 5 Entity framework 6 sql server

I have a view where I load the information of what I call an initiative which is linked to a Tleads table, this is the view. <br /><br /><br /> <div class="panel panel-primary"> <div class="panel-heading">...
asked by 26.11.2018 / 18:21
1
answer

How to create methods to delete, update, insert in ASP.NET controller

You can guide me, please so that I can make them Insert, Delete, Update methods, the question I am trying but it shows me that it has 0 arguments and sometimes it tells me that it has no overload of methods. using System; using System.Collecti...
asked by 07.12.2018 / 19:49
1
answer

Visual Studio generates error in the jquery files when trying to compile

I am working on a project of aps.net mvc c # which I have been working on for a few days, but from moment to moment when trying to compile it generates errors in all jquery files, both those generated by default when creating the project as what...
asked by 07.12.2018 / 19:19
0
answers

generate xml server x

I have a project in mvc published on a server, the project is responsible for generating xml files and saves them in C: \ XML \, I have a problem because what I want is to save the xml in the path of my machine not in the server path, how can I...
asked by 20.11.2018 / 22:09
0
answers

Add MVC to an asp.net application (webform)

I am modifying an asp.net application (webform), which is a bit difficult for me to handle, since I usually work with mvc. I'm trying to add System.Web.Mvc to the asp application, through nuget. in the controller everything works correctly...
asked by 20.11.2018 / 21:03
0
answers

Load partial view

Hi, I hope you can help me. I have this view with this script <div class="contenedor"> <div class="tabs tabs-style-tzoid"> <nav> <ul> <li><a href=""><span>Personales</sp...
asked by 16.11.2018 / 19:56
0
answers

When rendering partial view, I lose items loaded with jquery in dropdowlist

I have this main view: @model JedyHealthWeb.Models.ResponsableCaso @ {     ViewBag.Title="Responsible for the account.";     Layout="~ / Views / Shared / _LayoutSinControles.cshtml"; } Information of the person in charge of the account....
asked by 13.11.2018 / 04:47