selecting Node does not work using HtmlAgilityPack
See the question and my original answer on StackOverflowYou were almost there:
HtmlNode _hdPatient = htmlDoc.DocumentNode.SelectSingleNode("//h2[@id='hd1']");
_hdPatient.InnerHtml = "Patient SurName"