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...
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...
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...
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...
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...
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...
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...
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...
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...