Questions tagged as 'mvc'

1
answer

fill ComboBox with enum c # in MVC

I am using MVC with C #, I have a problem as I can fill a ComboBox with @ Html.DropDownList () using an enumeration from my controller, knowing that in my ComboBox it should be placed as value (number in the enumeration) and the text (name of...
asked by 15.06.2018 / 00:37
0
answers

Error filling in html table with JSON

This is my HTML table <div class="modal-body"> <!--EMPIEZA BODY DEL MODAL --> <div class="panel-body"> <table async="async" width="100%" class="table table-strip...
asked by 15.06.2018 / 03:22
0
answers

How do I play a .mpd video located in nginx?

I'm new to nginx, I've been trying to incorporate live streams into my project developed on asp.net MVC. For this I have used OBStudio and nginx. I have installed nginx following this tutorial in a machine with Ubuntu server. Then I added the...
asked by 13.06.2018 / 23:09
0
answers

Problem with Cookies C #

I have a problem and everything points to that is my way of working with cookies: It happens that I have an application in MVC C # which works very well, before I used to work with sessions of c # but change to cookies and the problem is that...
asked by 24.06.2018 / 09:02
0
answers

Trigger in sqlserver 2012 to update Master with detail information

I want to raise the following problem. For reasons of agility, initially it is migrated to a table with name MtoRequerimiento 400 records with information to be able to perform the initial tasks with the following structure. TABLE...
asked by 14.06.2018 / 19:47
2
answers

Avoid double inquiry to print report crystal report c #

I want to raise the following question, I do not know if I am correct. I generate a view in which you receive parameters to be able to generate a report and upload it as partialview the code is as follows. [HttpPost] [ValidateAntiForgeryT...
asked by 13.06.2018 / 16:33
1
answer

save data to an arraylist of a resultset

I hope you can help me I am trying to make me return a list from the database through a resultset but I can not get it I hope you can help me thank you public ArrayList<BeanNivelLlenado> consultarNivel(){ ArrayList<BeanNivelLl...
asked by 09.06.2018 / 14:18
0
answers

Get the user who accesses the URL of the published site

Good day, I need to get the user who is opening the url of the published site, example: the published site is in the following route: 10.11.15.76:81, when the user from his team opens any browser and places the url indicated, the site should sta...
asked by 06.06.2018 / 17:25
0
answers

When the cookie expires, it renders a view within my form when making a post. Why is this happening?

I have the following problem, which is not why it happens or how to fix it. Next I expose the case. I have a web application built with asp.net mvc5 which has a cookie that lasts x minutes, at the time of expiration and is about to submit som...
asked by 31.05.2018 / 22:59
0
answers

Modify records of several tables in an API 2

I have the following code, what I want is to modify the Student Name field, the Teacher Name field and the Class Name field public IHttpActionResult CreateExamen(Alumno alumno, Maestro maestro, Clases clases) { if (!ModelState.IsValid)...
asked by 26.05.2018 / 00:50