Questions tagged as 'asp.net'

0
answers

Error in XmlHttpRequest in IE10

I have a web page developed on asp.net, which makes requests by javascript to an NVR team by means of xmlhttprequest and urls to make such requests, all requests are made by GET and with access credentials to the team, when I do the tests and un...
asked by 24.03.2016 / 20:08
2
answers

ASP.NET run OnClick if I have a preventDefault

Good community, the following happens: <asp:Button ID="btnGuardar" runat="server" Text="Button" OnClick="btnGuardar_Click" /> <script type="text/javascript"> $(document).ready(function () { $('#<%= btnGuardar.Clien...
asked by 21.07.2016 / 00:29
1
answer

From a list C # to: Json in jquery

I try to convert a list in c # ASP.NET to a Json through a Webmethod. I have a pie chart that thanks to a slide track bar the content could be modified. For this I need to send this data through a webmethod. It all starts when the user sli...
asked by 21.07.2016 / 17:26
1
answer

ASP.NET does not work jquery on my button

I have a button which I want to perform a preventdefault, the click function associated with that button does not work for me, to try I have the following: <script src="../js/jQuery-2.1.4.min.js" type="text/javascript"</script> <s...
asked by 20.07.2016 / 22:51
1
answer

Keep persistent bootstrap modal window when filling gridview

What I am doing is the following: In a form of Asp.Net a user presses a button, which opens a modal window of Bootstrap like the one attached in the following image: When that modal window is open, the user has the poss...
asked by 14.04.2016 / 23:21
1
answer

Series name dxchart devextreme

Currently working with ASP.NET and devextreme component. My question is: How can I name my "series" of the graph from the C # code? Devextreme shows how to do it from the client side but not from the server side. My project example is very si...
asked by 05.04.2016 / 16:09
1
answer

format problem query linq to xml

I do the following linq query on an xml file, and it shows me this result, how can I remove the keys and the text (code =), I am programming on asp.net c #. this is the linq query var q = (from r in LicitacionesD.Descendants("Licitaci...
asked by 23.05.2016 / 19:04
2
answers

MasterPages with several ContentPlaceHolder

Good morning. The content place and the master page will be used. Even already be in a dynamic way, changing with several links. The problem is that I do not know how to get several different Content Pages loaded at the same MasterPage...
asked by 14.07.2016 / 17:49
2
answers

How can you export csv file with asp.net c #

Good I would like that I can be doing an application for which has the functionality to download a file in File Format of values separated by commas Microsoft Excel (.csv) already defined the columns in that file once you download the user wit...
asked by 22.09.2018 / 19:33
2
answers

how to pass the values by means of a button from one TextArea to another TextArea on the same page in ASP [closed]

how to pass the values by means of a button from one TextArea to another TextArea on the same page in ASP     
asked by 11.09.2018 / 21:56