I am getting error while posting comment the exception is
An exception of type 'System.NullReferenceException' occurred in App_Code.rbtnlabm.dll but was not handled in user code
in this line
objEmailBody.AppendLine(Model.strName + " posted a comment on '" + objNode.Name + "' at " + DateTime.Now.ToString() + " with the following text:");
getting error while posting comment
I am getting error while posting comment the exception is An exception of type 'System.NullReferenceException' occurred in App_Code.rbtnlabm.dll but was not handled in user code
in this line objEmailBody.AppendLine(Model.strName + " posted a comment on '" + objNode.Name + "' at " + DateTime.Now.ToString() + " with the following text:");
the comment is posted though
is working on a reply...