Questions tagged as 'textbox'

3
answers

Adding zeros to the right TextBox C #

I have TextBox that only accepts decimal numbers. Butsometimestheuserdoesthefollowing: HowtomakeintheeventLeaveofTextBoxitaddthetwozerostotheright,inthecaseoftheimageabove,sothatthenumberisthus15,00?>Ihavetriedseveralwayswiththefollow...
asked by 02.08.2016 / 23:29
1
answer

Receiving several TextBox values

I need to simultaneously edit multiple records, more specifically a list of students, and load / edit from several% s of% s linked to it. Basically I need to give them their presence. How could I proceed?     
asked by 09.05.2014 / 14:37
3
answers

How do I get the value of the dynamically created TextBox?

I have a form that receives an amount of TextBox that should be instantiated, the page then generates the textboxes, however I do not know how I can get the values. hd = Request.QueryString["qtHD"]; mem = Request.QueryString["qtMem"]; hdnum =...
asked by 27.02.2014 / 19:40
1
answer

How to Validate MaskedTextbox?

I have a registration field which mixes textbox common with maskedtextbox , I created a validation code that does not allow the user to register if one of them is empty. But he is only validating the textbox common and not% t...
asked by 13.11.2016 / 17:01
6
answers

How do I make a textBox that updates whenever the content changes?

How do you make a textBox that updates the database values that are placed in it? That is, textBox is filled in and the user decides to change what is there and wanted to immediately * trigger a method to update the information...
asked by 30.01.2014 / 11:31
1
answer

Short date submission not working abbreviated asp.net mvc

I am creating a form in ASP.NET MVC and creating the field "DataMessage", at first I put the TextBox to load a date with the month in full, as below: Image of the form with the field "Message date" containing the month in full. Be...
asked by 28.06.2017 / 19:26
1
answer

Bring a newly added ID to put in a textbox c # windows form

I ask for help to do the following, I make an insert via procedure after saving I want to fill the textbox with the id created so I can use it to associate with my item Ijustneedtheordercodetoenterthetextbox.Thanksinadvanceforyourhelp.NewButton...
asked by 04.11.2017 / 19:39
1
answer

Check character in Text Box to mark in a radioButton

I would like to know how to check if the filled-in letter in a textBox is A or B to as the result gives Checked to a RadioButton .     
asked by 15.03.2017 / 15:22
3
answers

Javascript - Problem in function that adds textbox

In my page in PHP and Javascript, I created a space that contains two Textboxes and a clickable label to add more Textbox, if necessary, to the numPart div: <div id="numPart"> <div class="inputMGM"><input name="part" id=""...
asked by 23.05.2016 / 15:45
3
answers

Add Text In textbox in certain position C #

Hello, I'm developing a dental software which one of the functions is to select a tooth on a button and add the name of this tooth in a textbox. So far, no problem, but the point is that this textbox is about observations, and I would like the n...
asked by 02.11.2016 / 19:43