I think I have found a bug in VS2005 and wanted to know how to report it to MS. I have the following statement in a web page. Periodically VS will strip out the eval expression and leave just the ' ' and not '<%=txtStartDate.clientid %>'. This is happening iteratively so I don;t think it is something I am doing. Do I need to have EVAL in front of the statement?
Thanks
<td colspan="2" style="height: 16px" align="center">
<a href="javascript:OpenCalendar('<%=txtStartDate.clientid %>', false)">
<img alt="pick" height="16" src="images/icon-calendar.gif" width="24" id="Img1" onclick="return IMG1_onclick()" />
</a>
</td>