Questions tagged as 'asp.net'

1
answer

How to avoid closing a modal after executing the event of a button (within the modal)?

I have a bootstrap modal which contains a textbox and a numeric keypad inside, so when you click on a button you must "write" the number of the button in the textbox. The problem is that when you click any button (from the modal keyboard), the m...
asked by 26.03.2018 / 19:02
3
answers

Pass view data to the controller

I have a "a" tag in another view and another driver that is not from the client driver <div class="col-lg-4 col-md-6"> <a asp-action="Cliente" asp-controller="Cliente" class="">@item.Razonsocial</a> </d...
asked by 05.03.2018 / 23:26
1
answer

Alternative to the File Upload control of asp.net [closed]

I'm looking for an alternative to the File Upload control. I'm working on Vb.Net, asp.net, and webforms, in visual studio 2013. The control of asp.net has a single visual form, it does not allow drag and drop, and neither preview. Do you know an...
asked by 06.03.2018 / 23:56
1
answer

CLSID error {000209FF-0000-0000-C000-000000000046}

I am developing an application in ASP.NET (C #) when pressing an image that would be: At the moment of pressing it, you should open a predefined Word file. When running it inside ASP.NET it works without problem but when publishing it insi...
asked by 17.07.2018 / 01:19
1
answer

How to get a linq log in asp.net core?

I do the following query with linq, but I can not get that id that I retrieve in the query. var seccionGrado = (from sg in _context.SeccionGrado where sg.IdSeccion == user.IdSeccion...
asked by 24.02.2018 / 00:50
1
answer

dropdownlist only refreshes the first time even with the selectedindexchange and postback true

I have a dropdownlist that has an event ddltiempo_SelectedIndexChanged which has to update a gridview every time it changes it makes a query to the bd, but only does it the first time (the dropdownlist already has autopostba...
asked by 03.04.2018 / 18:09
1
answer

Save file inside a shared folder of a server

I am trying to save a file in a folder with a part of a server using this code Archivo.PostedFile.SaveAs(ruta) marks me an error: El método SaveAs está configurado para que requiera una ruta de acceso raíz y la ruta de acceso '~\servido...
asked by 08.02.2018 / 23:52
1
answer

Use the ORDER BY in a select with ROLLUP

I have a Stored procedure that brings me the following information: Zone (used as a grouper in the rollup) Store Received Orders Accepted Orders Denied Orders Percentage of acceptance This information, my user wants to con...
asked by 06.02.2018 / 19:44
1
answer

Unable to load the file or assembly 'Microsoft.CSharp

I have the following problem and I can not find a similar problem anywhere, has anyone had it? The following error appears in the console when debugging my web project. No se puede cargar el archivo o ensamblado 'Microsoft.CSharp, Version=4...
asked by 18.02.2018 / 21:10
2
answers

ASP.NET Response.Redirect does not work

My problem is this: I have a POS in which I need to send the following parameters by url: amount transaction reference (it is generated automatically according to the consecutive ticket) customer mail Once the seller clicks t...
asked by 18.01.2018 / 19:40