Add WebControls to VS toolbar

  • Thread starter Thread starter Mark Goldin
  • Start date Start date
Rightclick in the toolbar and choose add/remove items.

Hope it helps.

Greets,

Gerben van Loon
 
I can see that these WebControls are checked in .NET components but I dont
see them
on my HTML toolbox. Where should I see them?
 
where they show up depends on how you have vs customized. check your other
tabs for the controls. if you don't like where they appear, i suggest you
change the settings
 
Well, I found them. They are shown on Web forms.
But I when create new ASP.NET file all controls on that Tab are disabled.
 
If you are in code view then yes the controls are not accessible. Switch to
Design view and watch as the controls appear.
 
After finally be able to create a new ASP.NET project I could create a new
Web form and controls
were acceptable.
But these Web controls are not on Toolbox tab. I tried to go customize
ToolBox,
I checked these controls on .NET components but still dont see them.
 
Back
Top