ASP.Net Web Page View Designer blocking any Toolbox items

Simon 286 Reputation points
2024-02-15T21:09:46.19+00:00

I am trying to drag items from the Toolbox in View Designer of the Web Page and I am being blocked. It does not allow me to drag any Toolbox items onto the Web page that I am trying to create. Only the text from the codes that I enter, are displayed. What's the reason for this?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,494 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lan Huang-MSFT 29,591 Reputation points Microsoft Vendor
    2024-02-16T02:53:47.48+00:00

    Hi @Simon, You can do this by following the steps below. Tools > Options > Web Forms Designer, select the "Legacy Web Forms Designer" Options, and restart Visual Studio. User's image Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Albert Kallal 5,251 Reputation points
    2024-02-16T02:47:51.9633333+00:00

    Yes, this is the new live preview designer. I wish, double wish, triple wish the SIMPLE feature of allowing drag + drop into this new designer was support. It would transform the webform desingers into one of the most cool things since sliced bread. However, for now, then you need to change your settings to allow drag and drop, and that means reverting back to the older legacy editor. So, tools->options. And under Web Forms Designer, change your setting back to use the Legacy Web Forms designer. This setting: User's image

    Once you change above, (I think you have to close VS or at the very least the project). Now, re-open the project, and your drag + drop from the tool box should now work. I also noticed that is the latest VS, since I started using MAUI, then I often have to flip from design view back to markup view and back -- then the tool box re-appears.

    1 person found this answer helpful.
    0 comments No comments

  2. Simon 286 Reputation points
    2024-02-16T13:19:19.0733333+00:00

    Thanks A Milion

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.