Can any help building a valid string for
<a href="#" onmouseover="showToolTip(event,'This is a simple, simple test');return false" onmouseout="hideToolTip()">Roll over me</a>
using Escape sequences. I have tried but i am getting error
this way i have tried.
DataSet
string strToolTip = o.ToString();
cn.Open();
dap.SelectCommand = cm;
dap.Fill(dsTool);
{
strReturn =
strReturn +=
}