CopyToDataTable is a method, you need to add the parenthesys to the method name
dtChoice_2 = dtChoice.Select("QuestionID = '" + QNo + "'").CopyToDataTable();
^^^
CopyToDataTable is a method, you need to add the parenthesys to the method name
dtChoice_2 = dtChoice.Select("QuestionID = '" + QNo + "'").CopyToDataTable();
^^^