About 50 results
Open links in new tab
  1. 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.

  2. No context menu on readonly textbox - social.msdn.microsoft.com

    Oct 13, 2011 · After playing with it a little more setting textbox as read only and then read write. The context menu will pop if it isn’t read only weather you have something selected or not, but if it is read …

  3. 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 …

  4. 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 Toolbox and …

  5. 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 settings). It is …

  6. How to give WPF textbox the 3D sunken effect?

    Oct 6, 2010 · The borderShadow effect makes the shadow 'outside' and makes the textbox look more like a button - that is good but better will be the cut-out effect.

  7. textBox output in integer - social.msdn.microsoft.com

    Mar 14, 2011 · I am still learning C# and I am struglling with a seeminly basic procedure to enter an integer value into a textbox, have a calculation done and the to have the output displayed in another …

  8. 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 that value > 0

  9. Validating a disabled textbox - social.msdn.microsoft.com

    Oct 7, 2021 · I have a texbox that requires a date entry but uses a date picker to assign it a date value. But I need to not let users change the date in the textbox and only use the date picker.

  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 that when the …