Correct nvmobius, I'll add if you are doing this with more than just a simple example like that, might want to try this.
StringBuilder sb = new StringBuilder();
sb.Append("sample");
sb.Insert(0, "daniweb ");
string s = sb.ToString();
Reputation Points: 133
Solved Threads: 141
Veteran Poster
Offline 1,162 posts
since Aug 2008