I have this HTML code
<ajaxtoolkit:collapsiblepanelextender runat="server" id="cpePresentata"
targetcontrolid="panPresentata" expandcontrolid="imgHideShowPresentata"
collapsecontrolid="imgHideShowPresentata" imagecontrolid="imgHideShowPresentata"
collapsedtext="Mostra stato" expandedtext="Nascondi stato"
expandedimage="./Img/expand.jpg" collapsedimage="./Img/collapse.jpg"
suppresspostback="True" behaviorid="cpePresentata"/>
Width Resharper 6.1 no error was displayed.
I upgrade at Resharper 7.1 and expandcontrolid, collapsecontrolid and imagecontrolid are underlined in red. The Resharper message error is "Invalid control type".
Below the HTML code of image
<asp:panel runat="server" id="panHeaderPresentata">
<div class="collapsePanelHeader">
<img id="imgHideShowPresentata" src="./Img/expand.jpg" alt="Mostra stato"/>
</div>
</asp:panel>
I use Visual Studio 2010
Any ideas?
Thanks
Sara