Morning all
I'm being (a) thick and (b) blind.
I have the following, tiny bit of code:
this.lblSearchResults1.Text = Convert.ToDouble(lblSearchResults1.Text).ToString();
How do I amend this so that I the text includes comma/thousand seperators?
i.e. 1,000 instead of 1000.
Apologies for the dumb question.