Stop Visual Studio from regenerating Design View

  • Thread starter Thread starter GMartin
  • Start date Start date
G

GMartin

Is there any way you can stop Visual Studio .NET 2003, from
regenerating the HTML every time you go into Design View? I'm mostly
in the Code behind page, and just want to pop over to check a couple
properties.

For some larger pages, it's a real nuisance. The Design View
regenerates the page, and I have to scroll down to find the control I
wanted to check.
 
Nope - many of us never open an aspx or ascx in design view in VS.NET 2003
because of this and similar issues (well documented, and presumably fixed in
VS.NET 2005). Instead, we open and edit aspx and ascx files in Notepad or
Dreamweaver or FrontPage exclusively; and use VS.NET 2003 for code-behind
and for launching test sessions.

-HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top