Questions tagged as 'asp.net'

3
answers

How do I dynamically add and remove a href

I have this href: <a href="/UpLoads/<%# Eval("DsPathDocumento")%>" class="linkUpload"><%# Eval("NmTipoDocumentoDown")%></a> What I want is that I create a link only when I return from the procedure the DsPath...
asked by 28.11.2014 / 20:11
1
answer

How to create a dynamic GridView?

Someone already created a GridView where rows are already filled with values and in the last column of each row there is LinkButton "Retry" and when that LinkButton is clicked, repeat the line just below the clicked row ?...
asked by 31.01.2014 / 13:55
1
answer

How to get the values from a list of inputs with the same ID by WebForms?

I have a list of inputs that are automatically generated by script and they are inserted into a form getting like this: <input type="text" id="txtValue" name="txtValue" /> <input type="text" id="txtValue" name="txtValue" /> <inp...
asked by 07.10.2014 / 17:03
1
answer

Migration of visual studio iis to iis7 site does not access the database

I made the migration of the IIS Express vs default server to IIS from my pc. Path: visual studio > > project settings > > web > > Servers = > I took out IIS Express and put local IIS, ran it and it goes up to the login...
asked by 09.03.2015 / 16:30
0
answers

Model is not being fully validated

Good morning, I'm testing an application to add a client, but whenever I try to add the user, test the ViewModel to check if the information is consistent, but the program does not validate the whole ViewModel ignoring the end of it, Why is this...
asked by 19.09.2018 / 14:57
1
answer

Write Telephone Array in the Database

I created a Clientes table and two from clients that are ClientesTelefone and ClientesEmail in my form I am generating email and phone fields dynamically, so I would like to know how I can receive and write these values in t...
asked by 18.09.2018 / 21:54
2
answers

Security Exception in UOL Host

I developed an ASP.NET MVC application that runs perfectly on the spot. When I upload it to UOL Host, when I access the page (www.manuelaibi.com.br) I get the error Security Exception ... It's important to note that I have already changed...
asked by 14.09.2018 / 14:50
1
answer

How to create an index for the fields of a viewmodel to be added dynamically

I am creating some fields dynamically in asp.net core mvc to register a contact. For this, I use a partialview. Within a div I'll add each row of fields as the user clicks the Add New Contact button. Through a FOR, I control the index of a...
asked by 06.09.2018 / 01:22
2
answers

jQuery - How to add event to control after DOM loading?

I need to add a virtual keyboard after a validation in codebehind. The control is invisible until this validation is true. When I add the virtual keyboard with the control already visible on the screen, it works 100%. After the validation is...
asked by 06.09.2018 / 01:18
1
answer

Edit compiled ASP.NET page

Good morning, I have a web application ready and accurate to maintain it, change tables that are referenced in it and so on. But I do not own the project, just the page compiled with the aspx, Web Config, and DLL files. Is there any way...
asked by 07.06.2018 / 16:03