About 50 results
Open links in new tab
  1. textbox Enter event - social.msdn.microsoft.com

    Oct 7, 2021 · Launch Visual Studio and create a new ASP.NET Web Forms project or website. Open Default.aspx in the Visual Studio editor. Create a new Toolbox tab by right-clicking the …

  2. Auto-height a TextBox - social.msdn.microsoft.com

    Oct 7, 2021 · Hi, how to set the Height property of a TextBox based on its Text property, so that it's height is just enough to display all text?

  3. Datepicker showing today's date in the textbox

    Sep 24, 2018 · The only way today's date get into a textbox is if you write code to put the date in the textbox or the user selected today's date. It not something that magically happens.

  4. How to change TextBox focus color? - social.msdn.microsoft.com

    Feb 12, 2010 · If you are referring to the selection highlighting color in a textbox, then no, you cannot change this in WPF 3.5 or earlier (unless you write code to change Windows system …

  5. Print from textbox - social.msdn.microsoft.com

    Dec 23, 2007 · Another option is to use the PrintForm component as I suggested in a previous answer, create a new form, put a textbox on it, set it to dock-fill, set the text of the textbox and …

  6. Textbox auto focus? - social.msdn.microsoft.com

    Oct 7, 2021 · MSDN talks of an auto-exit feature and defines it as "a textbox in which the input focus automatically moves to the next control as soon as a user types the last character," but I …

  7. Initial Focus on TextBox - social.msdn.microsoft.com

    Mar 2, 2010 · Now can you try just call the Focus method of the TextBox you want to set keyboard focus on? Private Sub GETNEW_Click (ByVal sender As System.Object, ByVal e As …

  8. Metro TextBox is brain damaged - social.msdn.microsoft.com

    May 9, 2014 · The Metro-style TextBox is brain damaged. Rather than use the same strategy that every other forms system uses (e.g. HTML5, HTML, WinForms, WPF, ASP.NET MVC), the …

  9. validate textbox value - social.msdn.microsoft.com

    Oct 7, 2021 · I want validate textbox value should not be null and non zero (0) that should be a number This javascript does not allow to enter characters other than number plus validates …

  10. popout jquery datepicker from asp.net textbox

    Oct 7, 2021 · i have a simple asp.net textbox. please can someone provide me with an example so that when the user clicks inside the textbox, a jquery datepicker popsout? also, i need it so …