Error creating control..Server tag error w/ custom control on webf

G

Guest

When I drop my custom control on my webform, I get "Error creating
control..Unknown server tag 'cc1:MyGridView'"

Here's the code, any suggestions would be appreciated. dave.

<%@ Register Assembly="CustomControls" Namespace="MyCustomControls"
TagPrefix="cc1" %>

<%@ MasterType VirtualPath="~/main.master" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server">

<cc1:MyGridView id="MyGridView1" runat="server">
</cc1:MyGridView>

</asp:Content>
 
G

Guest

fix: The ToolboxData name and class name must be the same in the class file.
They were different when I was getting this error
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top