Textbox FormatNumber and Mysql - VB.Net
danis flo
1
Reputation point
Hi..
I have some problem..
this is my Textbox format ...
price one > TextBox2.Text = Format(Val(TextBox2.Text), "###,###")
price two > TextBox3.Text = FormatCurrency(Val(TextBox3.Text)
price three > TextBox4.Text = FormatNumber(Val(TextBox4.Text))
but in my database, I use INT data type (p_one,p_two,p_three)
is it possible when I enter 1,000 in textbox and in database 1000 too, with INT data type?
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
986 questions
Sign in to answer