Questions tagged as 'webforms'

2
answers

Call function passing field

I have a function that, when clicking on the dropdownlist, it checks and changes the mask of a field: function HideTextBox(ddlId) { var ControlName = document.getElementById(ddlId.id); if (ControlName.value == 'P') //it depends on...
asked by 06.12.2017 / 11:30
1
answer

PHP Form / Upload file and send other fields at once

How to upload a file and send the other form data in a single action? I have (as an example) the following form: <form method="POST" name="form" action="ccd.php"> <input value="" type="text" id="nome" name="nome"/> <...
asked by 28.02.2018 / 15:48
1
answer

Uncaught TypeError: anniversary.split is not a function

I'm using this javascript function that calculates age: <script type = "text/javascript" > function calcularIdade(aniversario) { var nascimento = aniversario.split("/"); var dataNascimento = new Date(parseInt(nascimento[2], 10)...
asked by 29.11.2017 / 20:17
1
answer

Problems communicating with the webService made available by the government [duplicated]

I have a problem communicating with the eSocial webService, my certificate is correct, but still can not establish a secure connection, it displays the following message: "Error making HTTP request for     
asked by 21.09.2017 / 16:28
2
answers

Doubt Update Panel GridView

I have a GridView inside an Update Panel, but when I click on the GridView event, it does not happen, I tried to put it as a direct trigger in the selectedindexchanged event, but it does not work as well, it follows the code from my UpdatePanel...
asked by 21.06.2017 / 18:00
1
answer

ASP C # Bootstrap - Open MasterPage modal

I'm learning to build websites with ASPX C #, using Bootstrap. Before, I have already researched everything and I have not found a solution to the problem I am encountering, so please, if anyone can help me. In my MasterPage, I have in <...
asked by 20.06.2017 / 17:47
2
answers

Enter Button in Chrome and Firefox

I need to press the enter key when the user presses the button. I'm doing it this way, but it's not working in Google Chrome or firefox: if (!IsPostBack) { txtsenha.Attributes.Add("onkeydown", "if(event.w...
asked by 12.06.2017 / 14:55
1
answer

By clicking on the DIV clear textbox

I have a DIV that opens a modal, but I would like it when I click, clear the textbox, here is where I have the DIV that when clicking opens the modal: <div class="link-box"> <a href="#dialog" name="modal" class="...
asked by 14.06.2017 / 13:48
2
answers

Change the name of the pdf file to hash and then be able to undo the name to read again

I'm doing a feature on a system where; Anyone will upload an important file, this file contains sensitive information linked to each employee of the company. Each employee can open his / her own file, but no one else can open it. The file is...
asked by 23.06.2017 / 22:00
2
answers

Dynamically set timeline in html on page .aspx

I would like to ask a little help from the forum, to dynamically set up a timeline in html using the asp.net font or code behind C #, in a Web Forms application with SQL database. I need to mount I imagine, for this a for each in the aspx code t...
asked by 08.07.2017 / 17:00