Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Visual Studio.net .aspx files won't color code


Message #1 by "toby steele" <tobysteele@h...> on Thu, 20 Jun 2002 18:19:04
Is there something I need to set up to get my color-coding and 
intellisense popup boxes to work for aspx pages???

thanks
Message #2 by Feduke Cntr Charles R <FedukeCR@m...> on Thu, 20 Jun 2002 13:48:53 -0400
	Color coding won't work on any code (other than client-side
JavaScript) you place in your *.aspx pages.  Place all of your compiled
logic into your code behind files.  If you require compiled logic in your
*.aspx page, then you should reconsider your implementation and redesign it
in such a way that all your logic appears in a relative code behind.

- Chuck

-----Original Message-----
From: toby steele [mailto:tobysteele@h...]
Sent: Thursday, June 20, 2002 2:19 PM
To: ASP+
Subject: [aspx] Visual Studio.net .aspx files won't color code


Is there something I need to set up to get my color-coding and 
intellisense popup boxes to work for aspx pages???

thanks

  Return to Index