Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Bug in Asp.Net 2.0 ?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 472205"] I hope somebody will reply and guide me as I am stuck. 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> [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Bug in Asp.Net 2.0 ?
Top