Questions tagged as 'asp.net'

0
answers

Problems with asp.Net Web Form

Good morning colleagues, I'm starting in asp. Net and I have several problems, Visual Studio removes me or puts unexpected things that I do not have in my design. I hope you can help me thanks in advance.     
asked by 06.10.2018 / 17:32
0
answers

How to update my edmx with new field in a table

I have a project in which I am using database first and working with POCO entities separating them into layers, I have a problem when adding a new field in a table in my database in sql server 2014, when I update model from the database the fiel...
asked by 27.09.2018 / 13:00
1
answer

show gridview from the csv file

Good I'm doing extracting the data from a csv file to my application. basically the file will be in a directory in a specific route and the information that has to be shown in a gridview I'm doing with the language c # asp.net This is my code...
asked by 18.09.2018 / 19:46
0
answers

Transition to another page disappear (Fade-out)

I have implemented in HTML and CSS a code for when I finish loading a page I do it with an opacity transition from 0 to 1 (Appear or 'fade in'). I need to make another transition when I jump to another page. The current page must disappear ('...
asked by 18.09.2018 / 08:56
1
answer

Refresh view when selecting a ChekBox

I have the following code and I need that when selecting the CheckBox you enable or disable the DropDown , that should happen instantly every time the CheckBox1
asked by 18.09.2018 / 17:35
1
answer

Show result of 2 stored procedures in a view

Hello everyone I am new in the development world with asp.net, I want to show the result of 2 procedures in one view. public List<prodUnidad> Detalle_Producto(string codigo) { List<prodUnidad> detalleProducto = new List...
asked by 17.09.2018 / 01:17
1
answer

C # - Scroll JS / JQuery after an OnClick event

I have a linkbutton with an onClick event that does something in code behind, but I would like it when I return to execute the on click event, there would be a javascript that would move the scroll to a particular div. I do not have much idea...
asked by 23.09.2018 / 12:48
0
answers

Build Label-type controls based on value entered in a textbox

I wanted to request some ideas on how to do this exercise, it should be noted that I have not tried any code other than adding the textbox and a couple of styles to it. What I need to do is something like a dynamic textbox, I require that fro...
asked by 14.09.2018 / 15:11
0
answers

Run a javascript from the server when an onServerClick is done with AutopostBack = true

I have a form inside an iFrame. When I press the button on this form, it executes a method on the server with onServerClick () and deletes the iFrame screen (Post). Add an Autopostback = true so that it does not erase the iFrame and execute the...
asked by 19.09.2018 / 16:23
1
answer

asp: PlaceHolder and JavaScript

I'm working on a project in which I'm using asp: PlaceHolder and this tag contains a radiobuttonlist , but this radiobuttonlist is not working from HTML but rather what handling from the C #. The question I have is: Is it possible to acces...
asked by 25.09.2018 / 14:08