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

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -