Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0117: 'Util' does not contain a definition for 'AnswerShowFormat'
Source Error:
Line 151: if(dr.Read()){
Line 152: BestAnswerID = Convert.ToInt32(dr["AnswerID"]);
Line 153: lbAnswer.Text = Util.AnswerShowFormat(dr["Answer"].ToString(),Context);
Line 154: lbAnswerUser.Text = "
"+ dr["UserName"].ToString() +"";
Line 155: lbAnswerDate.Text = dr["DateAdded"].ToString();
Source File: d:\WebSites\OtherSites\space\question\item.aspx Line: 153