Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 8787
  • Order by date
  1. 8787

    Bound Text Box to a Date field of SQL server table

    I found out something weird during debugging. I am lost here of the .NET behavior. I add simple window form to VB.NET project and add 3 textbox controls. Add following code to LostFocus event: Private Sub TextBox1_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles...
  2. 8787

    Bound Text Box to a Date field of SQL server table

    I explicitly set the value to dbnull. It works fine with only one date bound control. When I have multiple, which ever is the first in the order came out correctly. But rest of them still have the old value. I add watch to both textbox text. If I remove both dates, as soon as I set first...
  3. 8787

    Bound Text Box to a Date field of SQL server table

    Hello, I have a simple bound textbox control that bound to "Date" data type of a SQL table. I use BindingManager EndCurrentEdit to update the changes I made to the date. It works fine if I change from one date to different date, but if I remove a date and replace with nothing, I can't save...
  4. 8787

    Hello, Using the Windows API, ho

    iii57iii57uidyii

Part and Inventory Search

Back
Top