I do this:While reader.Read() strAssigned = strAssigned & CType(reader("Login"), String) & "," & vbNewLineEnd While
So I debug and its got the correct string:Jon,Joe,Blah
I want to assign this string to a datagrid column on my grid:CType(e.Item.FindControl("hlAssignedTo"), HyperLink).Text = f.GetTicketAssignments(CType(CType(e.Item.FindControl("hlTicketID"), HyperLink).Text, Long))
It sets that column but it does not keep the newline...so it comes up as:Jon, Joe, Blah
I want to keep it with the newline :(Jon
Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]Imperfection living for perfection -- [url]http://jhermiz.blogspot.com/[/url]