Questions tagged as 'asp'

0
answers

Sequence of request body exhausted in ios safari

I am working on a system developed in asp , which has the authentication of
asked by 10.05.2016 / 19:52
2
answers

Why can not Convert.ToDateTime convert string for the month of March? ("01-Mar-2017")

From the reading of an Excel spreadsheet I receive the following information: "01-Mar-2017" "Aug 1, 2017" "01-Jun-2017" "0" To validate this data I do: (I configure the cultural info to transform the date, I already tried "en-US"...
asked by 24.10.2017 / 19:44
3
answers

How to generate dynamic Divs on asp.net

I'm working with some designs in asp , I want to save the creation of x number of ASP pages, it is worth mentioning that I am working with
asked by 09.05.2016 / 18:24
1
answer

Concatenate value in repeated records using linq

I have a query in linq that returns a list of colonies from a table in SQLSERVER. var todasColonias = ( from SQLColonias in context.colonias where SQLColonias.status.Equals(true) select new...
asked by 01.10.2018 / 20:26
2
answers

Timeout in ASP .NET MVC

I have problems with an ASP .NET MVC application. The application does a timeout at about 20 minutes and nothing is done on it. I have these lines in web.config : <authentication mode="Forms"> <forms loginUrl="~/Cuenta...
asked by 10.06.2016 / 13:13
1
answer

Table hide show checkbox

I have asp gridview that the server throws me with format, the client side looks like this <div class="row"> <div class="col-md-12"> <input id="chkPer" type="checkbox" name="chkPer" checked="checked" /><label...
asked by 27.09.2016 / 20:09
1
answer

response string is cut in 2033 characters when it is XML

I made a website with c # MVC that contains an ajax function that returns an xml, when I execute it in visual studio everything is fine, but when I put it in the iis the xml is cut in 2033 characters. I already put this in the web.config and...
asked by 04.10.2018 / 16:01
2
answers

asp classic SQL Injection [closed]

I have been looking for functions in% classic ASP to avoid sql Injection and from what I have seen there is no function. Yes I have seen that they exist in .NET but I have not found anything for ASP classic. Is there really...
asked by 20.07.2017 / 08:57
1
answer

Stored procedure in LinQ c #

Hello developers good day, I am with a problem it turns out that my project does not have to have any stored procedure in SQLServer and they asked me to do everything from linQ the issue is that I have not found how to create the...
asked by 25.04.2018 / 18:02
0
answers

How to make a progress bar with ajax?

I'm doing a fileupload with progress bar that shows the percentage of upload but at the time of uploading the file does not show the actual percentage of upload someone can help me the code I use is the following with this I upload the fil...
asked by 22.08.2018 / 21:12