Showing posts with label minbid. Show all posts
Showing posts with label minbid. Show all posts

Friday, March 23, 2012

problem with add money value from text box to SQL table

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 meCrying [:'(]

You might want to "describe" what the problem is. Perhaps post the error message?|||

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