Questions tagged as 'asp'

2
answers

Error trying to capture the value of an @ Html.DropDownList

I have a form and I show a @ Html.DropDownList, the data that I am passing was passed through a ViewBag which instantiated at the beginning of the view, when trying to get the value the jquery generates the following error Uncaught Error: Synt...
asked by 15.03.2018 / 18:28
1
answer

how to prevent my bootstrap modal from closing with the keyboard and only with the bonton accept from the same modal? [duplicate]

Hi, I have created a boostrap modal and I have removed the × and of course it does not have a cancel button, only one accept that it directs me to another page. Well, what I need is that my modal is not closed with the ESC key or clicking o...
asked by 06.03.2018 / 17:19
0
answers

Layout in asp without using GridView

Guys, I'm working on a platform where I manage a specific work process. The idea is to have "employee" users in charge of another "boss" user so that the chief user has a list of tasks in his control panel. When selecting the task, there should...
asked by 03.03.2018 / 23:48
0
answers

migrate php code to asp classic

I need to migrate the php from an email to asp classic and I'm pretty lost. The code is simple but I already try it and the conversion I can not do it php code error_reporting(0); $nombre = $_POST['nombre']; $correo_electronico= $_POST['e...
asked by 21.02.2018 / 10:03
0
answers

CrystalReportViwer does not show the report

Hi, I'm using CrystalReports in ASP .NET with VS2017 and when I try to visualize the report, this is seen in the html source but not in the browser, someone will guide me ... VB code Browser view: View in the HTML inspector:  ...
asked by 24.01.2018 / 00:34
2
answers

Error The ObjectContext instance asp.net

Could you help me with this error asp.net The ObjectContext instance has been disposed and can no longer be used for operations that require a connection. this is my code controller public ActionResult GetData() {...
asked by 11.12.2017 / 23:18
0
answers

How to get the value of a combobox

Good afternoon I have a question about the use of values in the combo box. In the combobox I have to show the names of the coffee and accessory, but the value it takes is its id. Something like this: Well, what I'm trying to ac...
asked by 26.11.2017 / 01:43
0
answers

HTML to ASP.net - Problems with CSS styles

I would like to be taken out of a problem ... I have some CCS3 styles that I am applying to an HTML page, until there, the problem is that I want to migrate this work to asp.net and when applying the previous styles to an asp.net page do not wor...
asked by 13.11.2017 / 19:29
0
answers

how to define the width of EditorFor?

I have this code in the view: @Html.EditorFor(model => model.Fecha) @Html.EditorFor(model => model.Fecha) and in my model: public class SaldoCursoParaleloParam { [Required(ErrorMessage = "Ingrese una Fecha Valida")]...
asked by 30.10.2017 / 23:26
2
answers

Communication between asp website and on vb.net

I have a website created in asp and I have been asked to create a new site, which over time will replace the current one, with a vb.net language. While the two sites coexist I need to pass data between the two sites such as delo login values. Th...
asked by 10.10.2017 / 18:48