bind price on label
lblPrice.Text = Convert.ToString(ds.Tables[0].Rows[0]["dollar"]);
but it show $ 1.08000000000000000000 USD
and i want to show only $ 1.08 USD
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vinay SinghPosted Jul 5, 2016, 5:22 AM