Questions tagged as 'asp.net'

3
answers

problem with asp.net and jquery

Good day, I have a small problem, I hope you can help me: I have a form in ASP.Net, where the user's data is loaded, these fields are disabled so that they can not be edited, but I have a button with which to enable them, the problem is that whe...
asked by 04.04.2017 / 19:03
2
answers

Special ASPX or HTML tags?

I'm starting to design websites with asp.net in c #, so from the toolbox I have the graphic components as if I were designing a desktop app. When I drag a button, the code shows me: <asp:Button ID="Button1" runat="server" Text="Button" />...
asked by 01.08.2016 / 16:57
1
answer

Return a list of an object

I have the following model with a method to retrieve a list of data of the same model. public class Totem { public int Id { get; set; } public string Dato1{ get; set; } public string Dato2 { get; set; } public string Dato3 { ge...
asked by 28.08.2018 / 21:25
1
answer

Error retrieving cell value in GridView

I am carrying out a program so that certain students can choose their project, however, in order for the student to correct or change a member of his team, he must delete his own or his partner's registration before registering in the database....
asked by 10.09.2018 / 08:18
1
answer

How to modify background image of a web app after having done deployment?

I did the deployment of a web app, and I realized that the background image that I put in the body makes it difficult to read the content, so I want to change it, and try to do the publish and rebuild again but it has not worked that way. <...
asked by 23.08.2018 / 16:05
1
answer

UpdateProgress ASP.NET C # does not close

I have a page in which I have an ImageButton that generates an excel with a report. The problem is that by clicking on the button the UpdateProgres is executed but it never finishes executing, although the excel is generated and I can download...
asked by 31.05.2018 / 18:05
1
answer

How to delete a cookie correctly when logging?

I have a series of cookies and sessions which are created at the time of login in a successful way in an application. My question is how can I eliminate these cookies and session created at the time of logout? I ha...
asked by 14.06.2018 / 23:01
1
answer

How to show the values in each bar of a chart

Buenos Dias, I would like to know if you can help me, I'm doing a statistical chart with asp.net c #, so I got the graph but what does not come out is that I want the actual number in each bar to appear for example as well as the image...
asked by 07.12.2017 / 18:22
1
answer

ASP.net pass onclick values to another page

On the first aspx page I have 2 buttons with difficulty for my game (normal and difficult) <div class="modal-body"> <asp:ImageButton id="normal" ImageUrl="~/images/flecha_atras.png" class="flechaAtras" onclick="normal_Click"...
asked by 05.04.2018 / 19:04
2
answers

Why do not I apply Editable to my table?

The problem I have is that I have a table in HTML in the following way <!-- TABLA DETALLES PRODUCTOS --> <div class="col-md-12"> <table id="TableProducts" class="table table-bordered table-responsive"> <thead> &l...
asked by 18.07.2017 / 00:15