controls in toolbox of asp.net is grayed out. what can i do to activate that?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shamna muzammil
    New Member
    • Jun 2010
    • 4

    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?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    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.

    Comment

    • shamna muzammil
      New Member
      • Jun 2010
      • 4

      #3
      Originally posted by Frinavale
      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.
      anyway.. could u help me to solve that problem.
      please am in the half way of that project.
      I only have the experience with academic project

      Comment

      • ThatThatGuy
        Recognized Expert Contributor
        • Jul 2009
        • 453

        #4
        Originally posted by shamna muzammil
        anyway.. could u help me to solve that problem.
        please am in the half way of that project.
        I only have the experience with academic project
        If you're using VS 2010 ... then this is the usual problem..

        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

        • ManoosAjnabi
          New Member
          • Jun 2010
          • 2

          #5
          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

          Working...