Somebody Please reply

M

mna

Hi,
First of all I admin my english is not very good. But can somebody please
read the following and tell me is there something I am doign wrong or there
is bug in ASP.Net 2.0. But at-least somebody please reply I am stuck on this
point.

here is the scenario

I have a class which inherits from "System.Web.UI.WebControls.Lab­el" class.
I have added that class in a Web User Control. Now in design mode of that
control I can see the label but when I drop the control on a web form it
shows an error
"An unhandled exception has occured Unknown Server tag cc1:BaseLableTest"
and doesn't render itself properly in design mode.
However when I run it, it works just fine. But it is very hard to develop
anything in design mode because layout is hard to manage. This is something
which was working perfectly in framework 1.1

Any help would be highly appreciated.


The code for control and base class is shown below.


Public Class BaseLabelTest
Inherits Label
End Class


Control.ascx:
<%@ Control Language="VB" AutoEventWireup="false"
CodeFile="tControl.ascx.vb" Inherits="tControl" %>
<%@ Register Assembly="gControl" Namespace="MyControlLib.WebCon­trols"
TagPrefix="cc1" %>


<cc1:BaseLabelTest ID="BaseLabelTest1"
runat="server">Hello</cc1:Base­LabelTest>
 

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,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top