Adding Web Controls to the System.Web.UI.WebControls namespace 
Author Message
 Adding Web Controls to the System.Web.UI.WebControls namespace

I am using some code in an aspx page using
<asp:DropDownList> class. I want to build a new
DropDownList class based on the DropDownList class. While
specifying the namespace is easy enough to specify in the
new class and compile, I get an error when I try to use
the new component in the aspx page:

Could not load type
System.Web.UI.WebControls.Bill2DropDownList from assembly
System.Web, Version=1.0.2411.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a.

How do I bridge this gap? Do I need to include the
assembly info in my new class?

thx!



Mon, 14 Jun 2004 23:43:13 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Q: SelectedIndexChanged event for System.Web.UI.WebControls.DropDownList

2. System.Web.UI.WebControls.FontInfo

3. I can not find System.Web.UI.WebControls

4. can't find namespace using System.Web.UI.Design

5. Microsoft.Web.UI.WebControls.{MultiPage, TabStrip}

6. Microsoft.Web.UI.WebControls

7. Layout of Custom System.Web.UI.UserControl Objects added to parent

8. Add C# Web User Controls to a VB.Net Web App

9. Namespace Conflict - c# Class Library used by Web Service and ASP.NET Web App

10. Subclassing System.Web.UI.Page

11. System.Web.UI.Page

12. System.Web.Mail namespace does not exist???

 

 
Powered by phpBB® Forum Software