Author: Truc-Mi | Posted on: 1/30/2009 2:17:55 PM | Views : 1117

 I have a Hyperlink control on my Page and in the design view I get this error message where the control is, however it run and work as normal when I run the page in my local IIS.
Error Msg: Error Rendering Control - An unhandled exception has occurred Object reference not set to an instance of an object
My Hyperlink setting:
<asp:HyperLink ID="cmdActivityLog" runat="server" CssClass="buttonimage"
Height="20px" ImageUrl="~/Images/Button/BtnActivityLog.png"
Navigate ...

Go to the complete details ...