I'm new to programming and I have perhaps a very simple question.
I'm doing a hands-on work in college and in 4 textbox the consistencies of the notes should be handled and I wanted to restrict the textbox from accepting that note format ("010")...
How can I keep scrolling at the end of the textbox? I have a textbox, but it receives a lot of content, and when it arrives at the end it does not follow and text that exceeds, stays in the same place.
I have a listView with some items and columns, I would like to know how to pass everything to a textBox, in the form of text itself.
Example:
The table:
ID NOME IDADE
0 Luis 47
1 Juca 69
In the TextBox:
0 Luis...
I want to get the value I'm going to write in my textbox . Everything on the same page to then change a table field by the value entered in textbox .
<form method="POST" action="#">
<input type=text required name='txt...
I have a txtEmail textbox in a Display () method where I give you an email (through a query) and then display it in a user's profile (all ok).
txtEmail.Text = item["email"].ToString();//devolve sapo.pt
But when I try to edit the value throu...
I have the following problem:
I have a function that is called when the button triggers the textchanged event only when I start the program for the first time it calls the textchanged function in the load event. I want when the program starts th...
I have a XAML (Cadastro.xaml) where I made a TextBox and a PasswordBox and named them as txtCpf and txtSenha , until then without any problem.
When I'm going to use them in Cadastro.xaml.cs , I can not and the...
And create some properties for a TextBox , for example I created lower border for my TextBox using a Label add within TextBox
Question: Do I want to know how to group these properties?
See my code:
Imports Sy...
I'm trying to update the properties of an object every time a character is added / removed from the textboxes but I'm not getting it ... I've read several topics on databinding and it seems to be OK ... I'm using the MVVM standard with WPF
T...
I am building a login in asp.net and I want that when clicking the checkbox to show the password it is shown.
Design asp page
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div id="Titulo"...