gridview wrapping column with no space in data | The ASP.NET Forums
You can set style to GridView like below protected void Page_Load(object sender, EventArgs e) { GridView1.Attributes.Add("style", "word-break:break-all;word-wrap:break-word"); } See the following threads below for more detail: http://forums.asp.net/p/1396...