textfield

  1. P

    Question Cannot remove the extra spaces from textfield output !!!!

    So, I am executing a function which returns some string value in textfields. But, when I am trying to use the textfield value somewhere else; it gets added with some extra spaces and I am not able to achieve the desired task. I have tried Trim() and it didnt help and I have also tried...
  2. S

    Question How do I validate text fields in WPF?

    Hello all, I have a very simple form that is being used as a registration form in a touch screen application. I have the following fields: txtFirstname, txtLastname, txtEmail, txtZip, and chkTerms. I need to make sure that these fields are not blank before allowing the user to continue. I have...
Back
Top