End Google Ads 201810 - BS.net 01 --> Hi, my database has a column called 'course'. I have a value "Game & Entertainment Technology"

when i extract the value using

acc.Course = reader.GetValue(4).ToString();
lblCourse.Text += " " + acc.Course.ToString();

the value becomes Game Entertainment Technology.. the & disappear