Search results for query: *

  1. 9

    Date in Textbox

    if have put the following code in numerious places on a test form I just created including If IsDate(txtDOB.Text) Then txtDOB.Text = FormatDateTime(txtDOB.Text, DateFormat.LongDate) End If it works as long as I dont click another textbox in which case it reverts back to "12/10/2003 00:00:00"
  2. 9

    Date in Textbox

    Hmm not really working. The on_lostfocus code work if you tab away but if you click another textbox control its runs the code but is reset back to the original format.
  3. 9

    Date in Textbox

    I am just moving to vb.net from vb6 and its all weird to say the least. My current problem is I have created a dataset which contains dates, When I bind and display the date to a textbox, I get '09/06/2005 00:00:00'. All I want to display is the date preferably in long date format. How in the...
Back
Top