Questions tagged as 'asp'

1
answer

Framework error in the IIS windows server

Previously I published my ASP projects in IIS and visualized them correctly. Currently, I refresh my project with updates made and I receive a framework error. Currently in the web config of the project I left: 4.5.2, although previously I...
asked by 12.08.2016 / 17:11
0
answers

Error receiving DataSet Valors

DetailCountsCorrectDataSet (parameters) is a method in which you send parameters, this case Dates. I send two dates parameters and make the query when returning the valors I have an error, in (DetailCuentasPorCobrarDataSet) what are the...
asked by 28.09.2017 / 00:24
0
answers

Validate a List with Data Annotations

Good I have a list of objects, each object has a checkbox, if the checkbox is true I want to validate that the Name field and the Last name field have a value. My model: [ListHasElements(ErrorMessage : "Debe escribir en los casilleros")] pu...
asked by 25.09.2017 / 21:10
0
answers

Problem when creating form with bootstrap

Good, I created a web page using aspx and iis, integrating bootstrap, but when launching the website, it is shown in white (image 1 and 2) and can interact with the controls (textbox, equals) form allows me to enter the portal) I have referenced...
asked by 28.08.2017 / 02:37
0
answers

Save XML in asp Javascript

I have problems with Javascript to save an XML that comes from a textarea: function descargarArchivo(nombreArchivo) { var texto = document.getElementById('txtArea').value; var contenidoEnBlob = new Blob([texto], {type: 'text/xml'}); var lector...
asked by 21.08.2017 / 16:13
2
answers

error handling in asp

I request your help to be able to handle errors of this type, so that it does not display information that can be used in a bad way, that is, I would like to know how I can make that when these types of errors appear, an error message is l...
asked by 19.07.2017 / 20:45
0
answers

Conditional printing of DataItemTemplate in a Grid

I receive a status value that can be 20 or 90. Depending on the state, I decide whether to show the html or not. So far I was doing it with #Eval('Estado') and I was not giving any problem. The headaches have come when I have found the...
asked by 06.07.2017 / 13:44
1
answer

parametrize sql in asp classic

Good morning, I am doing a modification of a web written in asp classic and I need to make changes in that web to implement certain security until we move to a more current version and one of the things that I have been asked is to parameteri...
asked by 28.06.2017 / 10:57
2
answers

Error when wanting to edit row in GridView with ASP.Net

Enable the fields IndexChanging, CancelilngEditing and RowUpdating, At the moment of clicking on "Update" if it shows the labels and the text in them but when and in "Update" it throws me an exception    Index was out of range. Must be non-ne...
asked by 18.05.2017 / 15:42
0
answers

how to remove a row from a gridview

I have 2 gridview on a page, the first is filled from a database and the second filled with the rows that I select in a checkbox, in each row of the gridview I have a button linked with a method to eliminate that particular row <asp:GridVie...
asked by 14.05.2017 / 04:37