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...
- 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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.