Problem applying skin to custom GridView control

A

ack95

I am going insane. We have created a themeable control called
GridViewBase:

public class GridViewBase : GridView

in another assembly called BBB:UI and the namespace is BBB:UI as well.
I can successfully use this control in my aspx page with both declaring
it in my web.config OR directly in the page itself with @Register.
FYI... the assembly is referenced by project in the solution and we are
using C#.

The problem is when I want to skin this custom gridview control. I
have tried everything I can think of. As I understand it, it should
work with simply:

<%@ Register TagPrefix="BBB" Namespace="BBB.UI" Assembly="BBB.UI" %>
<BBB:GridViewBase runat="server"></BBB:GridViewBase>

When I try to build the project after adding this skin, I get 3 VB
errors that are all basically:
Error 2 Type 'BBB.UI.GridViewBase' is not defined.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\pmkp\1a890319\4ff6ca4b\App_Theme_SSR.hnhjrw_k.0.vb 46

I am out of ideas? Please help

Thank you, ack95
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top