Questions tagged as 'asp.net'

2
answers

Save id of an image clicked on asp.net (Web Forms)

Excuse me, can anyone help me with the following? Language: ASP Web Forms, c # not PHP.  How could you save the id of an image when you click it? ... I want to make a page for a library, when I click on the image of the book, redirect me to a...
asked by 09.09.2016 / 10:21
1
answer

asp.net button works in the second click

I have the following problem, I have a button in asp.net which does an action correctly, I have also created a function in javascript to show a confirmation message. The problem occurs because the button only works when it is pressed a second...
asked by 26.08.2016 / 05:30
1
answer

How can I position items within Google Map using longitut and latitude

On my Asp.Net C # page I show a google map and in a list I have several addresses (longitude, latitude) and I want my map to appear with a reference to each of them ... How can I do it? / p> foreach (var item in lista) { double? latitu...
asked by 02.09.2016 / 15:26
1
answer

Build a responsive modal screen

I have a div tag to which I give a certain style and I show it as a modal screen, in desktop PC it looks good, but in Tablets and phones it does not appear centered..I would like to make it responsive My Code (I do not put the buttons...
asked by 12.08.2016 / 12:49
1
answer

How to add Google.Maps.LocationServices reference to my ASp.Net project

Nesesito add that reference to my project but not c how or what file download     
asked by 03.09.2016 / 11:42
1
answer

deserealize array json and vb.net

Ajax sends an array containing values that the user selects from a checkbox set in this way $("#btnEnviarTelcel").click(function () { var conjuntoFacturas=[]; $("#form1 input[type=checkbox]").each(function (i) {...
asked by 01.07.2016 / 22:34
1
answer

keep all records for every AJAX call in VB.NET

It sent through AJAX values according to the checkboxes that a user selects to another page2 that receives them, and processes them to a BD, the problem is that I have a cycle each with jquery for the sending of the value that the user selected...
asked by 30.06.2016 / 18:57
1
answer

Go from Linq to Sql

I have the following expression from Linq: Tabla.Skip(ind_pag).Take(cant_filas).ToList() How would it be on MySql ???     
asked by 20.08.2016 / 22:13
1
answer

Gridview c # does not show data

I have the following problem: I use a rest webservice to fill a list of employees. Then he used that list to fill a Gridview but at the time of running the DataBind he does not paint anything on the form: using System; using System.Collections...
asked by 27.06.2016 / 23:50
1
answer

Use dropzone.js with asp.net

I want to upload multiple files using dropzone.js and take the paths of the files to store them in my database, but I have found very little information about it or only for MVC, someone who has already used it and could help me.     
asked by 13.09.2016 / 15:25