<ItemTemplate>
<HLControls:Image id="imgBlocked"
</HLControls:Image>
</ItemTemplate>
<ItemTemplate>
<img src="<%=Request.ApplicationPath%>/images/warning.gif" onclick=''''javascript:var productnotes="<%#DataBinder.Eval(Container.DataItem,"ProductNote")%>"; alert(productnotes);''''
style=''''cursor:hand;display:<%#DataBinder.Eval(Container.DataItem,"ProductNote")==""?"none":""%>''''/>
</ItemTemplate>
<FooterTemplate>
<IMG style="CURSOR: hand" onclick=javascript:ShowReference(); src="<%=Request.ApplicationPath%>/images/reference.gif">
</FooterTemplate>
</asp:TemplateColumn>