Ask a Question related to ASP.NET Building Controls, Design and Development.
-
PeterKellner #1
Problem Getting Custom Control to show not greyed out in toolbox
I've built a custom control and have problems getting it to
consistently show up in the toolbox. At the moment, in my project, I
can add the register command
<%@ Register Assembly="MembershipServerControlLibrary"
Namespace="MembershipServerControlLibrary"
TagPrefix="cc1" %>
and the control declaration
<cc1:RoleCheckListMembership ID="RoleCheckListMembership1"
runat="server" DiagnosticInfo="True" ButtonResetText="Resetxxx" />
to the page (and it works correctly), but the control is listed in the
toolbox as greyed out. Any ideas on what could cause this?
Peter Kellner
[url]http://peterkellner.net[/url]
PeterKellner Guest
-
Custom control in toolbox, intellisense?
Below is some custom control code to create a tab strip taken from ASP.NET 2.0 Unleashed by Stephen Walther. It works, but I need to clarify some... -
Default toolbox tab for custom control?
Is there any attribute i can add to a custom control class, similar to <ToolboxData()> which would allow me to set a default tab in the toolbox... -
Custom Control and Toolbox not working
Yesterday i was creating custom controls and adding them to a project as a reference. Things were great. As I created a new control it would show... -
Custom WebParts Do Not Show In Toolbox
Okay, I am using the Visual Studio 2005 release candidate. I can build custom web parts easy enough, but they do not show in the toolbox. Custom... -
How to have toolbox icon appear for custom control?
I want my custom control to have its own toolbox icon. I create the bmp file and it has the same name as the control class. I then set it to...



Reply With Quote

