I am adding a string (a) to another string (b) before I store it in DB, when I retrieve the value from DB, I want to remove the string(b) from string (a). string (b) is a consta
Try String.Replace - MSDN documentation here.
String.Replace