W
wildman
Is there any way for gridview cells to observe vbcrlf in the data?
I attempted to do this, but it does not seem to work.
Dim dgItem As GridViewRow
For Each dgItem In gridCollaborator.Rows
dgItem.Cells(6).Text.Replace("-", vbCrLf + "-")
Next
I also tried <br>, no luck
Thanks for any help or infomation.
I attempted to do this, but it does not seem to work.
Dim dgItem As GridViewRow
For Each dgItem In gridCollaborator.Rows
dgItem.Cells(6).Text.Replace("-", vbCrLf + "-")
Next
I also tried <br>, no luck
Thanks for any help or infomation.