Questions tagged as 'textbox'

2
answers

Delete textbox information when reload exists

I'm creating an ASP.NET web page and wanted to reload the site or press the "f5" key all the textbox data would change to "".     
asked by 23.04.2018 / 17:14
0
answers

error in runat="server" in asp.net textbox

I have a problem in a textbox that I have set as date <asp:TextBox ID="datanascimento" runat="server" Type="Date" Height="25px" Width="212px"></asp:TextBox> Running the site gives me error Mensagem de erro do analisador: A...
asked by 26.04.2018 / 13:10
1
answer

Problems with BackSpace in TextBox

I have a project to set up a textbox that would only include hours and minutes (With DateTimerPicker, you have to do it quietly, however, you need to click on another field to change data, and I found this very bad for the client ... < p> In t...
asked by 29.01.2018 / 22:39
1
answer

How can I show a value in a jTextField when selecting a JCheckBox at runtime?

privatevoidbtCalcularActionPerformed(java.awt.event.ActionEventevt){doublesalario=0,irrf=0,inss=0,valorTotal=0;FolhaPagamentopagamento=newFolhaPagamento(Double.parseDouble(txtValorSalario.getText()));salario=pagamento.getSalario();if(cbIRRF.isS...
asked by 01.11.2017 / 18:56
0
answers

Calculate values in unfilled spaces in Form

Good afternoon! I'm hesitant to implement an algorithm that can calculate the heat flow based on the formulas: q = ΔT / Rt ΔT = Initial temperature-Final temperature Rt (thermal resistance) = L (Thickness) / K (retentivity) * A (area-m²...
asked by 25.06.2017 / 19:23
0
answers

Use values entered by the user in asp.net c # webforms

I've created a form for the user to update the registration data. The "old" user data is stored in session variables that populate the form as soon as the user clicks refresh registration. The problem is that writing the data to the database is...
asked by 13.06.2017 / 04:59
2
answers

get json data in url and play inside a textbox in c #

Good afternoon how do I get the data from a url that is in json format and play inside my textbox? Thank you     
asked by 16.05.2017 / 17:20
1
answer

C # - Limit value in TextBox

Hello, I'm using C #, and I'm having some problems using a TextBox. I have a TextBox with this format: 192.168.100.1, to be more specific I am putting IP numbers. Iwouldlikeitfromthesecond.(100),thenumberwasnotgreaterthan255 I've tried usi...
asked by 29.12.2016 / 22:35
0
answers

Fill textbox for textbox

I'm creating a project in VBA because I'm new to programming and I'm having trouble with part of the project. I have 3 textbox, two are user and password, the other I will load the users separated by comma or by comma, no matter what. I ne...
asked by 01.02.2017 / 12:48
1
answer

PHP and MySQL - Placing textboxes in div

I am trying a reverse engineering with PHP, Javascript and MySQL query. I am creating a form for editing events registered in a database table. In one of the fields, called the Presence List, here's how it brings the value of the presence lis...
asked by 20.06.2016 / 18:03