2
Answers

href onclick event with StringBuilder in c#

narasiman rao

narasiman rao

8y
681
1
 
  how to write the href onclick event with string builder in C# 
 
  sbNews.Append("<a href=\'" + rdr[2].ToString() + "'\" onclick=\"openNewWin()\" >Click here to view more</a>");
 
 how to write the href onclick event for the above href
 
please help me 
Answers (2)