c# - error occurred while parsing EntityName on xml -
i have found there exists "&" in code that's why error showing
xmldocument xmldoc = new xmldocument(); xmldoc.loadxml(dsexport.tables[0].rows[i]["submissiondata"].tostring()); the "&" there in submissiondata . how can remove special characters error doesn't show again ?
thanks in advance
replace "&" "&"
Comments
Post a Comment