i have one gridview with numeric data i want the data display format changed to for example i have 10000 i want 10 000
similarly 1000000 - 1 000 000
i have one gridview with numeric data i want the data display format changed to for example i have 10000 i want 10 000
similarly 1000000 - 1 000 000
Use a custom number format with .toString. In your case it would be something like value.toString("### ### ###")
A friend will help you move. A real friend will help you move a body.
Bookmarks