Questions tagged as 'asp.net'

1
answer

The events of the controls do not cause Postback in Firefox

The same page works correctly in IE and Chrome. <button id="BCrearB" type="button" class="button-green" title="Construye una encuesta nueva" onclick="DoPostBack('BCrearB');"> <img src="/NuevaEncuesta.png"> <span id="NuevaEnc...
asked by 28.03.2017 / 17:19
1
answer

Passing gridview data to a Texbox on asp.net c #

Could you help me I want to pass the data from a GRIDVIEW TO A TEXBOX PLEASE. I can not pass the data I would like you to help me. MY CURRENT CODE IS THIS IS MISTAKE here: GridViewRow row = DtgVerGestiones.Rows [0]; protected voi...
asked by 31.03.2017 / 00:49
1
answer

Show content a specific data to another page in a gridview asp.net c #

I would like you to help me by doing a list in your GRIDVIEW but at the end there is a see, that is, when I select I want to to show each record on another page. my code is this: protected void DtgGestiones_SelectedIndexChanged(object...
asked by 30.03.2017 / 22:37
1
answer

How users are managed in ASP.NET Webforms VS2015

Good day, As the users and roles are managed in ASP.NET, I have seen that it was with membership but it is already discontinued and now it is with Identity but I find it very confusing and they are mainly based on MVC, the problem is that there...
asked by 17.03.2017 / 18:00
1
answer

consume an asp.net service and import data into a sql table

I have a service which when entering a number of an invoice brings me some fields and information, what I need to do is insert those same fields with the information to a sql table I am what I have, the moment only brings me the data, but I d...
asked by 01.04.2017 / 09:15
1
answer

Carrousel video autoplay

I have a carousel with images and videos I have decided to give autoplay to the videos the problem that I have is that when I load the page in which the carousel is automatically reproduced the video I would need it to be automatically reproduce...
asked by 27.04.2017 / 00:19
2
answers

Problem with onclick event of a button on asp.net

I'm making a dynamic table in ASP . This table has buttons in one of the cells. I have the following code in page_load : StringBuilder htmlStr = new StringBuilder(); htmlStr.Append( "<asp:button onclick='bttn_pdf_Click' class='...
asked by 11.03.2017 / 18:02
2
answers

can you search Ajax Search in DropDownList?

Good I would like to help me I'm new to c # and I really do not know if it can be done in a DropDownList that combo is loaded with a database that fills but what I want is for you to select a value and automatically fill it my texbox as ajax is...
asked by 10.03.2017 / 21:05
1
answer

How to get selected values in an ASP MVC ListBox?

Greetings, I have a problem with my code in Asp Mvc 5, I have several related models and I have a Listbox that filters the values of a foreign key, but when I try to save it, only a single value is saved, not all the selected ones, and that ulti...
asked by 06.03.2017 / 16:40
1
answer

jsonresult redirects me to page with only json

I have a question, I have this method in a view on asp.net MVC 5: $('#enviar-data').click(function () { //var formData = new FormData($('form')[0]); var form = $('#formx'); // console.log(formData); $.aja...
asked by 20.03.2017 / 00:44