I have this string in some sql:\[code\]FT_TBL.Title + CHAR(13) + 'Job:' + str(FT_TBL.JobName) as Title\[/code\]Now the Title is parsed as a boundfield in a c# gridview, the first row puts "Job" on the next line, but after that its random, some lines are next line some aren't! Any ideas?