Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. thexml += "<row QuestionNumber=\"" + myReader.GetName(x).Substring(myReader.GetName(x).Length - 1) + "\" " + ((myReader[x].ToString() == "") ? "" : "Selection=\"" + myReader[x].ToString().Replace("'", "''") + "\"") + "/>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement