Questions tagged as 'asp.net'

3
answers

Project in Visual Studio gives me error

Goodnight, I would like to know what is wrong with the NotImplementedException error  I have my form and when I press the check button, there is no problem, when I enter the provider code, I get the problem, this is the code of the consult butto...
asked by 21.11.2018 / 05:15
0
answers

generate xml server x

I have a project in mvc published on a server, the project is responsible for generating xml files and saves them in C: \ XML \, I have a problem because what I want is to save the xml in the path of my machine not in the server path, how can I...
asked by 20.11.2018 / 23:09
0
answers

Add MVC to an asp.net application (webform)

I am modifying an asp.net application (webform), which is a bit difficult for me to handle, since I usually work with mvc. I'm trying to add System.Web.Mvc to the asp application, through nuget. in the controller everything works correctly...
asked by 20.11.2018 / 22:03
1
answer

Perform a summation and save in session variable? asp.net

I am using session variables to save the data and the table, users, etc. (Then they travel to another page) and then I have the dilemma that I can not solve what steps to follow to make the summation of the Total label. I'm practically new with...
asked by 17.11.2018 / 04:42
1
answer

Run ASP.NET Events from javascript

My problem is that I have a form in ASP.NET in VB and I have events declared in that program, now I need to know how to execute those events from javascript. Visual Event Protected Sub Cargar() PanelSearch.Visible = False End Sub JavaSCript...
asked by 17.11.2018 / 20:02
0
answers

ASP.Net Form authentication mode does not work

please help with the following: I have a web project that has form authentication, it works as long as it does not have access to the logi, but when it arrives at the login, the IIS error shows access denied to the login: <authentication...
asked by 17.11.2018 / 19:30
0
answers

Help with project in visual studio on asp.net and c #

Very good I would like to know if someone could help me with this project that I have an error. It consists of connecting to the database (I have it with char fields), which is fine, but when I click on the button with nothing works well, the pr...
asked by 25.11.2018 / 16:09
0
answers

problem with filter

I have this code, on the search button, the problem is that when I give it to search it works only once, when I give it back to search it no longer searches protected void btn_Buscar_Click(object sender, EventArgs e) { try...
asked by 16.11.2018 / 18:40
0
answers

Load partial view

Hi, I hope you can help me. I have this view with this script <div class="contenedor"> <div class="tabs tabs-style-tzoid"> <nav> <ul> <li><a href=""><span>Personales</sp...
asked by 16.11.2018 / 20:56
0
answers

Mask or hide url from a stream

I need to mask the external URLs that point to some songs and that the user can reproduce them from the browser. Being URL's outside the server I can not put them (As far as I know) as friendly Now there's something like this: <audio con...
asked by 15.11.2018 / 17:24