Questions tagged as 'asp.net'

1
answer

Create a new theme for Firebase notifications from aspx.net

I'm doing an app for Android and I want to be able to send notifications from an asp.net server. Since the Google Firebase console works correctly, you can send a notification to all devices that use the application. As I have read it is n...
asked by 20.10.2017 / 16:16
1
answer

Event click has no function

I have created dynamic buttons and I have assigned them a click event but when clicking them, they do not enter the event protected void Unnamed1_Click(object sender, EventArgs e) { ScriptManager.RegisterStartupScript(this, this.Ge...
asked by 30.06.2017 / 22:29
1
answer

Voided sub-process message

I'm very new to Visual Basic.NET and I have the following problem. I want to login with Sql Server but when I enter the data and I accept it, I get a message:    "thread bypassed" And I have to accept that it only works. How could I fix i...
asked by 30.06.2017 / 19:24
1
answer

Problems with a javascript file that does not get addressed by HttpModule

This is an HttpModule installed in the web application that manages the requests made on different files (* .css, * .js, * .aspx, * .ashx). Each time a page of the application is requested for the first time, the client browser (Chrome, Firef...
asked by 11.04.2017 / 16:01
2
answers

ASP.Net fill a DropDownList depending on another using Ajax and Rest service

I hope you can help me with this problem. What I want to achieve is fill a dropDownList depending on the selection of another that I load in the page_load, I'm using a rest service to do the data loading and C # language. The first DropDownLi...
asked by 25.05.2017 / 03:56
1
answer

How to find the time difference between 2 TimeSelector?

What I'm looking for is that when I select a specific time in each TimeSelector, I show the time difference between timeSelector1 and timeSelector2 in a textBox. I'm doing it this way: Dim h1, m1, h2, m2, totalm, totalh As Int16 h1 = Con...
asked by 02.06.2017 / 03:02
4
answers

How to block asp c # button?

How can I block a form in .aspx ? What happens is that when my button registers I can press again and can register twice as the image, that is, I want that when the warning comes out I only have the option to press accept. This is m...
asked by 21.03.2017 / 21:14
2
answers

Problems connecting to SQL Server database [duplicated]

I have the following code: public static int Guardar(string codigo, string nombre, string apellido) { Clase_Conexion conexion = new Clase_Conexion(); int retorno = 0;//existe codigo. Producto repetido String sql="INSERT into Tab...
asked by 22.03.2017 / 20:01
1
answer

When rebuilding a Bootstrap Slider, it does not get the value of the current position again

When rebuilding a Bootstrap Slider, it does not get the value of the current position again. This is the code: //SlideStop función para obtener el valor de la posición actual $("#ex19").on("slideStop", function (slideEvt) { valopt = $("#...
asked by 15.11.2016 / 17:37
1
answer

Show several highcharts in a web form of aspx

I have been testing the highcharts on asp.net and they have worked well for me by defining them in the following way In the .aspx: <asp:Literal id="chrtMyChart" runat="server"></asp:Literal> and in the .aspx.cs: public void...
asked by 08.11.2016 / 16:10