Ask a Question related to ASP.NET Building Controls, Design and Development.
-
CMM #1
CompositeControl and Toolbox
This has been asked repeatedly many times and no one has been able to answer
it. Now, I have the problem too..... why are CompositeControls so hard to
make show up in the Toolbox? Why do they show up sometimes and then
disappear? What's magic combination of tricks need to happen in order for
this to work.
Why is this so hard? Was this tested? Who is in charge of this "feature" in
ASP.NET?
No, there is nothing wrong with the control. The attribitutes
ToolboxItemAttribute and ToolboxData have been added. The control compiles
with no errors. It can be used in pages by (handtyping the tags).
Also, the bigger question.... why is the Designer in ASP.NET so inept? So
featureless? So crappy? And so stupid? Whose idea was it to spend time on
(the rather useless and featureless) Master Pages feature instead of making
Custom Controls truly a worthwhile enterprise.... like an easy to create
UserControl that can act as a Panel (wouldn't that render MasterPages
obsolete?)
- Frustrated in New York,
C. Moya
[url]www.cmoya.com[/url]
CMM Guest
-
CompositeControl & CompositeDataBoundControl question
Hi I want to create an n-tier custom server control. The idea is that the control will determine which "view" will be used. By this I mean... -
Custom Templated CompositeControl/CompositeControlDesigner
Hi, Myself and a colleague are attempting to mimic the custom template functionality of the ASP.Net 2 Login control. Essentially, we would like... -
CompositeControl and ViewState
I'm trying to create a CompositeControl derived class to implement a control that will enable people to edit an account object. The properties of an... -
The toolbox
The toolbox has disappeared from my Photoshop home page. The Window menu does not have a choice of "Hide tools" or "Show tools" as stated on page 16... -
Toolbox (asp.net)
What Exactly do u want to see ... -- Regards Khan Imran "Leon Shaw" <vnality@msn.com> wrote in message... -
CMM #2
Re: CompositeControl and Toolbox
The solution is to remove the control project from your web solution and
simply add a reference to the built dll manually to the toolbox. VS/ASP.NET
is too stupid to pick up the controls when the project is part of the
solution..... it does try... but, whoever coded this "feature" is braindead.
This makes debugging the controls a little tedious... but at least it works.
--
-C. Moya
[url]www.cmoya.com[/url]
"CMM" <cmm@nospam.com> wrote in message
news:OMo%23jbzYGHA.3448@TK2MSFTNGP04.phx.gbl...> This has been asked repeatedly many times and no one has been able to
> answer it. Now, I have the problem too..... why are CompositeControls so
> hard to make show up in the Toolbox? Why do they show up sometimes and
> then disappear? What's magic combination of tricks need to happen in order
> for this to work.
>
> Why is this so hard? Was this tested? Who is in charge of this "feature"
> in ASP.NET?
>
> No, there is nothing wrong with the control. The attribitutes
> ToolboxItemAttribute and ToolboxData have been added. The control compiles
> with no errors. It can be used in pages by (handtyping the tags).
>
> Also, the bigger question.... why is the Designer in ASP.NET so inept? So
> featureless? So crappy? And so stupid? Whose idea was it to spend time on
> (the rather useless and featureless) Master Pages feature instead of
> making Custom Controls truly a worthwhile enterprise.... like an easy to
> create UserControl that can act as a Panel (wouldn't that render
> MasterPages obsolete?)
>
> - Frustrated in New York,
> C. Moya
> [url]www.cmoya.com[/url]
>
CMM Guest
-
Alessandro Zifiglio #3
Re: CompositeControl and Toolbox
hi, if it happens again instead of removing the control project from your
web solution , choose Clean myCustomCompositeControlProject from the build
menu in VS.NET to delete any intermediate and output files, leaving only the
project and component files, from which new instances of the intermediate
and output files can then be built and after this step, from the build menu
choose Build myCustomCompositeControlProject. Now going into your webproject
in designview you will see your component in the toolbox =P
Good day,
Alessandro Zifiglio
"CMM" <cmm@nospam.com> ha scritto nel messaggio
news:u0JMYA2YGHA.3704@TK2MSFTNGP03.phx.gbl...> The solution is to remove the control project from your web solution and
> simply add a reference to the built dll manually to the toolbox.
> VS/ASP.NET is too stupid to pick up the controls when the project is part
> of the solution..... it does try... but, whoever coded this "feature" is
> braindead.
>
> This makes debugging the controls a little tedious... but at least it
> works.
>
> --
> -C. Moya
> [url]www.cmoya.com[/url]
>
> "CMM" <cmm@nospam.com> wrote in message
> news:OMo%23jbzYGHA.3448@TK2MSFTNGP04.phx.gbl...>>> This has been asked repeatedly many times and no one has been able to
>> answer it. Now, I have the problem too..... why are CompositeControls so
>> hard to make show up in the Toolbox? Why do they show up sometimes and
>> then disappear? What's magic combination of tricks need to happen in
>> order for this to work.
>>
>> Why is this so hard? Was this tested? Who is in charge of this "feature"
>> in ASP.NET?
>>
>> No, there is nothing wrong with the control. The attribitutes
>> ToolboxItemAttribute and ToolboxData have been added. The control
>> compiles with no errors. It can be used in pages by (handtyping the
>> tags).
>>
>> Also, the bigger question.... why is the Designer in ASP.NET so inept? So
>> featureless? So crappy? And so stupid? Whose idea was it to spend time on
>> (the rather useless and featureless) Master Pages feature instead of
>> making Custom Controls truly a worthwhile enterprise.... like an easy to
>> create UserControl that can act as a Panel (wouldn't that render
>> MasterPages obsolete?)
>>
>> - Frustrated in New York,
>> C. Moya
>> [url]www.cmoya.com[/url]
>>
>
Alessandro Zifiglio Guest
-
CMM #4
Re: CompositeControl and Toolbox
No, it still picks and chooses which items to display. Ignoring
CompositeControls and showing derived controls.
Removing the project and simply referencing the DLL works as it should.
Yes, this is a stupid bug.
--
-C. Moya
[url]www.cmoya.com[/url]
"Alessandro Zifiglio" <AlessandroZifiglio @ -h-o-t-m-a-i-l-c-o-m> wrote in
message news:eFgu%23K4YGHA.3400@TK2MSFTNGP02.phx.gbl...> hi, if it happens again instead of removing the control project from your
> web solution , choose Clean myCustomCompositeControlProject from the build
> menu in VS.NET to delete any intermediate and output files, leaving only
> the project and component files, from which new instances of the
> intermediate and output files can then be built and after this step, from
> the build menu choose Build myCustomCompositeControlProject. Now going
> into your webproject in designview you will see your component in the
> toolbox =P
>
> Good day,
> Alessandro Zifiglio
> "CMM" <cmm@nospam.com> ha scritto nel messaggio
> news:u0JMYA2YGHA.3704@TK2MSFTNGP03.phx.gbl...>>> The solution is to remove the control project from your web solution and
>> simply add a reference to the built dll manually to the toolbox.
>> VS/ASP.NET is too stupid to pick up the controls when the project is part
>> of the solution..... it does try... but, whoever coded this "feature" is
>> braindead.
>>
>> This makes debugging the controls a little tedious... but at least it
>> works.
>>
>> --
>> -C. Moya
>> [url]www.cmoya.com[/url]
>>
>> "CMM" <cmm@nospam.com> wrote in message
>> news:OMo%23jbzYGHA.3448@TK2MSFTNGP04.phx.gbl...>>>>> This has been asked repeatedly many times and no one has been able to
>>> answer it. Now, I have the problem too..... why are CompositeControls
>>> so hard to make show up in the Toolbox? Why do they show up sometimes
>>> and then disappear? What's magic combination of tricks need to happen in
>>> order for this to work.
>>>
>>> Why is this so hard? Was this tested? Who is in charge of this "feature"
>>> in ASP.NET?
>>>
>>> No, there is nothing wrong with the control. The attribitutes
>>> ToolboxItemAttribute and ToolboxData have been added. The control
>>> compiles with no errors. It can be used in pages by (handtyping the
>>> tags).
>>>
>>> Also, the bigger question.... why is the Designer in ASP.NET so inept?
>>> So featureless? So crappy? And so stupid? Whose idea was it to spend
>>> time on (the rather useless and featureless) Master Pages feature
>>> instead of making Custom Controls truly a worthwhile enterprise.... like
>>> an easy to create UserControl that can act as a Panel (wouldn't that
>>> render MasterPages obsolete?)
>>>
>>> - Frustrated in New York,
>>> C. Moya
>>> [url]www.cmoya.com[/url]
>>>
>>
>
CMM Guest



Reply With Quote

