controls in toolbox of asp.net is grayed out. what can i do to activate that?
controls in toolbox of asp.net is grayed out. what can i do to activate that?
Collapse
X
-
Tags: None
-
The controls in the toolbox are going to be grayed out if you are trying to access them somewhere where you don't have access to them...for example, they will be grayed out if you are trying to use the toolbox while viewing your C# or VB.NET code....however the toolbox will not be grayed out if you are using it on the aspx page itself. -
The controls in the toolbox are going to be grayed out if you are trying to access them somewhere where you don't have access to them...for example, they will be grayed out if you are trying to use the toolbox while viewing your C# or VB.NET code....however the toolbox will not be grayed out if you are using it on the aspx page itself.
please am in the half way of that project.
I only have the experience with academic projectComment
-
Anyways... try what Frinavale suggested ... apart from that if you still don't get the answer ... then its just a misguided bug that VS has..
it just blurs the toolbox controls which appear to us as disabled...
just click on any of the controls to make it active again...Comment
-
Visit the following link...
The home for technical questions and answers at Microsoft. Get started asking, answering, and browsing questions about products like .Net, Azure, or Teams.
This is due to the default .NET framework version when you try to create a new website/project. If the version of the target project (in which you want to use the control) is different from the custom control, then it will appear grayed out.
Hope this helps.Comment
Comment