Questions tagged as 'asp.net-mvc'

1
answer

Show image saved in database

I save my image in the sql server database, but I do not know how I can show it in another view in asp.net core. the image that I keep, I do it in the following way: public async Task<IActionResult> Registro(UsuarioRegister user,...
asked by 12.03.2018 / 05:59
2
answers

Send succes or error messages in c # mvc

Hello community, I am working on a project with c # in mvc, well within my controller are my actions of grading, editing and eliminating what I want is to capture the error or success messages after each action I have something but it does not s...
asked by 23.02.2018 / 16:43
1
answer

how to show a list with a master structure-detail MVC

You want to show all the details of a certain project, for this you have the following tables in the Outputs table the headers (projects) are saved and in the table Outputs Details are saved (list of products of different projects) T...
asked by 19.03.2018 / 20:13
1
answer

Show hidden rows of a table with data-toggle="collapse" in Asp.Net Mvc

Hello good day I am using data-toggle="collapse" in Asp.Net Mvc to hide some columns of each row and that when clicking on a row those columns are displayed and it does so but I would like it to click only the data of the row that I am selecting...
asked by 24.01.2018 / 16:38
0
answers

CRUD with DAPPER in MVC C #

I would like to know how I can add an edit and search with Dapper library, I already made the insert and delete method. I'm working with MVC C # VS 2013 CONTROLLER namespace WebApplication1.Controllers { public class Default1Controlle...
asked by 10.01.2018 / 20:34
0
answers

Login with client certificate

Good morning I am developing a web application using MVC 5 and C #, in which I have a login system using a username and password that works correctly. Now I want to add a login system using Certificates. Currently my web application alread...
asked by 19.01.2018 / 12:27
0
answers

Problems when trying to Publish Web Project in IIS7 from Visual Studio 2017

Greetings friends: My problem is that I am trying to publish a web project in the IIS from visual studio by choosing the location of the corresponding folder "c: \ inetpup \ wwwroot \ myProject", but when I click on publish it only shows me t...
asked by 11.10.2017 / 16:14
2
answers

How to get DB values in the controller session in sight and close as soon as the session closes?

This was an old query and I get the idea out of it ( I need to take those Values to the controller, I would have to save them in Parameters of the ShopParameters type along with the dates, after storing them in parameters they will be sent to...
asked by 03.10.2017 / 15:38
1
answer

Do not create a table in BD based on the model in MVC 5

I'm working with ASP.NET MVC and I need to have it show me a list of registered users, although I do not want them to be saved in the database, but I get them from the RegisterViewModel model that was created automatically when the projec...
asked by 02.08.2017 / 22:19
0
answers

Import components Vue.js

I am working on a project in .NET with MVC and Vue .js, when I want to use the components I have to declare them in the following way: import Vue from 'vue'; import example from './components/example.vue' import hello from './components/hello...
asked by 23.08.2017 / 19:36