price.Text = reader("Price")
hi im getting the value from the Reader and displaying in the price label,
but want to display the below format
like Rs. 1,23,400 how can I do that.. thanks
price.Text = reader("Price")
hi im getting the value from the Reader and displaying in the price label,
but want to display the below format
like Rs. 1,23,400 how can I do that.. thanks