Questions tagged as 'asp.net'

1
answer

web notification

Good I would like to consult you although it is not a problem if not a consultation if you can make notification on the web as well as the whatsapp application that when you speak it comes out at the top a notification that I speak to you, I wou...
asked by 03.01.2018 / 06:28
1
answer

Passing data from a gridview (from asp.net) to textbox (asp.net) from a modal window boostrap

my problem is that I can not find the way to pass the data I have in a gridview to a textbox that I have inside a modal window of boostrap, I think my problem is that somehow if I can send the data to textbox by means of a button but this same b...
asked by 17.11.2016 / 20:33
3
answers

Pass data between views (Without Entity Framework)

I have a form that in a field has a button, that button opens another view where I have a list of X number of elements. What I want to do is that when I open that second view I select an item from the list and that selection is passed to the tex...
asked by 15.11.2016 / 16:56
2
answers

Convert HiddenField Value to Datetime in C #

Greetings, I have the following HiddenField <asp:HiddenField ID="hdfFecha" runat="server" /> and in the code behing I have, to convert it to "dd-MM-yyyy" format. FormAGPost.Fecha = DateTime.ParseExact(hdfFecha.Value, "dd-MM-yyyy"...
asked by 11.01.2017 / 16:11
2
answers

Deactivate controls using JavaScript if there are elements in a TextBox

I have this TextBox in which when I update the page you can see div as windows with a "MouseOver" event, what I try to do is the following: When I refresh "N" times the page that in the first instance these div do not g...
asked by 08.04.2016 / 22:32
1
answer

Form with in 3 steps persistence of data [closed]

I have to make a form with 3 steps, in each step before moving on to the next one, you have to record the data in case you go back to the ones that have already been filled out. The idea is to make 3 views (3 pages) one for each step of the form...
asked by 17.07.2018 / 17:24
2
answers

some idea how to select a round numbers in sql server

Someone has some idea of how to select from a table round numbers. I would be grateful for an example or some idea so I can implement it in my BD THANK YOU ...     
asked by 07.11.2018 / 20:26
1
answer

Is it possible to implement Angular 2 in asp.net web forms? [closed]

I would like to know if it is possible since the information on the web refers in most cases to MVC only.     
asked by 24.04.2017 / 23:26
1
answer

How to get value when placing attribute enable false c # aspx [closed]

Good evening, I would like you to help me, I have a combobox that by default has a value of 4 and in codebing it is placed in the load combobox.enable = false; But when you save that value that is 4, you put 0 As if that enable whites the...
asked by 29.09.2017 / 05:58
1
answer

How can I keep the session on another ASPX and VB page?

I have the login page and obviously it already validates the user and password of a database in SQL, what I want is that on another page it shows me the username (it is a masterpage), of the person who is logged in.     
asked by 28.09.2017 / 22:45