Hi...
I have problem with add money value from text box to SQL table
This is my statment
cmd.Parameters.Add(
"@.minbid", Data.SqlDbType.SmallMoney)cmd.Parameters.Add(
"@.minIncrement", Data.SqlDbType.SmallMoney)
can any one help me
Hi..
Tanke you for reply ...I think the problem is when the user enter to the text box int value ..
ex:
min bid = 100 --> The user inter it
I think to solve the problem is to format the user input to money value ...but how I do that
pleaze if any one have a solution to reply please as soon as posiple.
thanks alot
No comments:
Post a Comment