I have an ASP.Net project I developed in VS2003 (ASP.Net 1.1) that works fine, but when I convert it to VS2005 (ASP.Net 2.0) it's behavior seems to change. I have the following datagrid in my project: <asp:datagrid id="grid" runat="server" AutoGenerateColumns="False"
I am trying to add a simple Style property to our base User Control. Even if I add it as a simple string type, I get the error "Operation GetValue on the component did not succeed, generating the error code 0x80020005." in the property window for the property. It seems to be ...