Questions tagged as 'asp.net'

1
answer

Convert complex JSON to DataTable

Description: I am developing a web solution in c # asp.net so that, from the front, put together an object JSON complex so that, when received in the back, save the values in a SQL Server 2012 database. The JSON comple...
asked by 27.04.2017 / 16:50
1
answer

SSL Cloud app with SHA-2

Good morning, I have a certificate created by GoDaddy for a site I've already created the configuration to load it to coudapp in azure , this certificate has a thumbprintAlgorithm sha2 , but in all the guides azure works o...
asked by 22.01.2016 / 16:42
2
answers

Login using the active directory in ASP.NET

Good morning. I have an application, web with a database connection, I have always used the classic authentication of SQLServer in the string connection: <connectionStrings> <add name="CapaDatos.Properties.Settings.Logis...
asked by 14.03.2017 / 22:31
1
answer

Format an asp.net c # PDF with iTextSharp

Good afternoon. I'm doing an export to pdf for that I'm using iTextSharp so what I would like is the header be centered by the one who already does it: NumeroCuota Expiration Date quota AmortizacionCapital Interesting...
asked by 15.06.2017 / 22:58
1
answer

Invalid visual variable for the max-width property of a style. In MVC asp.net

I have the following code: <% For Each img In Model.listadoNoticias.Item(0).FOTO Dim id_LaImagen = "foto_" & img.IdFoto.ToString() Dim src_imagen = img.RutaFoto.Split("/") Dim ruta_Foto = Server.MapPath("~") & s...
asked by 10.03.2016 / 04:47
3
answers

Conflict between GridViewScroll and Loading image in ASP.NET WebForms

I currently develop in asp.net c# , html5 , javascript , css . I'm honestly not very good at javascript and I try to resolve issues by researching. Well, I have an aspx page, which shows a grid, but this grid has fr...
asked by 28.01.2016 / 16:00
2
answers

IIS Server 8.5 Adds characters to the URL

I recently installed an IIS 8.5 in W 8.1, and as I was progressing I found the details of bad configuration on my part. Now I have an inconvenience at the time of wanting to access some of the web pages hosted on this server. Either you want...
asked by 07.04.2017 / 12:42
2
answers

How to perform gridview header row in ASP.NET

Good Night Family: I would like you to help me I am doing a gridview that I am doing in the asp.net c # language but I would like to put a header like the image: for this in my gridview I am placing a property called: OnRowCreated...
asked by 18.07.2017 / 02:41
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 / 16:24
1
answer

How to login user in WebForms remotely C #, asp.net

Hi, I have a question about logging into web forms, my login works perfectly this way: Login.aspx: And when clicking, it calls a class that validates and returns true or false, according to the credentials sent and consulted in the "Use...
asked by 05.05.2016 / 18:29