This article describes how to remove   from the cells in a Grid in C#.
This article describes how to remove " " from the cells in a Grid in C#. There is a common problem that we come across when we create an empty field in a grid. It is filled with " " since the value for that field that we get from the grid is " ". The procedure to remove this from the grid is provided below.
I hope this article was useful to you.
ASP.NET GridView Control Pocket Guide