Questions tagged as 'asp.net'

1
answer

How to know column pressed in a GridView in ASP?

I have a GridView in asp from which I would like to know the name or number of the column that you clicked. I'm not interested in the row since I already manage it, I want you to click on the header of a column and from there shoot a function to...
asked by 08.02.2018 / 20:47
2
answers

Why does IE8 not recognize the JavaScript .Click event?

I'm making an application in which I need to send an asp button by means of JavaScript after uploading a file in a FileUpload, I use the document.getElementById('nameButton').click(); sentence in Chrome, Firefox works correctly but in IE8...
asked by 07.02.2018 / 17:07
0
answers

Running website created with x86 dependencies on an OS x64 in Visual Studio 2015

I have a Website that uses an Oracle connection with (Data Access Components), that all those dependencies were created in x86 architecture. Now I have an OS x64, when I try to debug the site with Visual Studio, it compiles well, without pr...
asked by 16.02.2018 / 17:28
0
answers

CrystalReport error in ASP and PostgreSql in Windows server 2012

I am developing a web application that has to show a report with CrystalRepor v. 13.0.2000.0 (devoloper version for visual studio 2015). This report in development environment with Windows 7 64bits works perfectly and generates the PDF from the...
asked by 08.02.2018 / 12:21
2
answers

ASP.NET ListBox

Good afternoon I have a listbox ( webcontrols ) in ASP.net that I charge in the following way: ListPatentesAsignadas.DataSource = patente.RecuperarPatenteFamilia(i, Padre); ListPatentesAsignadas.DataValueField = "Nombre"; ListPat...
asked by 29.01.2018 / 21:42
2
answers

because the onClick method of a button control does not work?

I have a button that when pressing shows a modal and loads the data of a query but when pressing it does not react the method in the code of C # when doing tests it never enters the method. <asp:Button ID="btnaddRequest" CssClass="btn btn-p...
asked by 09.02.2018 / 20:41
0
answers

Is it possible to run an .exe from a web service hosted on an iis server?

I wanted to know if there is any way to run a .exe from a web service c #, I have the service already done and working but I would like to add the code that is below to generate a file .txt . But I do not know if it is possible or i...
asked by 30.01.2018 / 17:33
0
answers

Security Wcf Authentication Username c #

I'm doing a web service with WCF of c # good when I run the service it appears like this and does not ask for any validation or authentication. I would like to put an authentication when you consume that service requires to request a...
asked by 27.01.2018 / 19:03
0
answers

error 403 Forbidden asp.net in chrome?

I get the error when I want to see the page in chrome but in internet explorer if it works correctly. why the problem is     
asked by 01.02.2018 / 19:52
3
answers

only show date in the View without modifying the model

and intentionally formatting and I did not find it, how can I do it the model is generated by the framework I just have to format it in the view @model IEnumerable<PROGRAM.Models.Lista> <table> <tr > <...
asked by 18.01.2018 / 15:37