|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Custom Controls in 2.0?In asp.net 1.1 we had Custom Controls and User Controls.
In ASP.net 2.0 I can only find Web User Controls. How do I add on old fashion Customer control in VS Studio 2005? Arne,
To add a custom control. Add a reference to the dll that contains the control. or Right click on toolbox and select choose items. Good Luck DWS Show quote "Arne" wrote: > In asp.net 1.1 we had Custom Controls and User Controls. > In ASP.net 2.0 I can only find Web User Controls. How do I add on old > fashion Customer control in VS Studio 2005? That will not work. I need to write the customer control first. I can't add a
reference to something that doesn't exist yet. Arne Garvander Certified Geek But failed my Nerd exam Show quote "DWS" wrote: > Arne, > To add a custom control. > > Add a reference to the dll that contains the control. or Right click on > toolbox and select choose items. > > Good Luck > DWS > > > > > "Arne" wrote: > > > In asp.net 1.1 we had Custom Controls and User Controls. > > In ASP.net 2.0 I can only find Web User Controls. How do I add on old > > fashion Customer control in VS Studio 2005? Arne,
Use the web control. I incorrectly assumed you had already tried your one option unsuccessfully and so offered help on how to add new controls to the solution. Good Luck DWS Show quote "Arne Garvander" wrote: > That will not work. I need to write the customer control first. I can't add a > reference to something that doesn't exist yet. > > Arne Garvander > Certified Geek > But failed my Nerd exam > > > "DWS" wrote: > > > Arne, > > To add a custom control. > > > > Add a reference to the dll that contains the control. or Right click on > > toolbox and select choose items. > > > > Good Luck > > DWS > > > > > > > > > > "Arne" wrote: > > > > > In asp.net 1.1 we had Custom Controls and User Controls. > > > In ASP.net 2.0 I can only find Web User Controls. How do I add on old > > > fashion Customer control in VS Studio 2005? |
|||||||||||||||||||||||