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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FreshKid

  1. FreshKid

    .Net Custom Numeric TexBox.

    I am not using a datagrid. Only binding to textbox controls 'Binding to textbox control Dim sample As New Binding("Text", mDataSet.mTable, "Asset") Me.SampleTextBox.DataBindings.Add(sample ) 'The Custom Numeric textbox only allow users to enter numbers. -when I change the text in the...
  2. FreshKid

    .Net Custom Numeric TexBox.

    - I am reading my data from A Dataset and all my controls are BINDED to a Custom Numeric TextBox. ISSUE - I am having a problem with deleting the value in the textbox. I can only change the text in the textbox, but i want to be able to accept nulls in textbox. When I chnage the text to Null...
  3. FreshKid

    Numeric text box

    Please I need some help with using Numeric TexBox. - I am reading my data from A Dataset and all my controls are BINDED to a Custom Numeric TextBox. ISSUE - I am having a problem with deleting the value in the textbox. I can only change the text in the textbox, but i want to be able to accept...

Part and Inventory Search

Back
Top