Intellisense just isn't provided for .aspx of .ascx files, only for the codebehind pages...
On Thu, 2 May 2002 13:58:04 -0700, Richard Spence <[EMAIL PROTECTED]> wrote: >I've noticed Intellisense doesn't appear to work when programming ASP.Net >user Controls. Perhaps I've omitted something. >If so I would appreciate your help. Below is a snippet of my User Control >file. > ><%@ Import Namespace="System.Web" %> ><%@ Import Namespace="System.Web.UI.WebControls" %> ><%@ Import Namespace="System.Data.OleDb" %> ><%@ Control Language="C#" %> ><HEAD> > <meta content="Microsoft Visual Studio 7.0" name="GENERATOR"> > <meta content="C#" name="CODE_LANGUAGE"> > <meta content="JavaScript" name="vs_defaultClientScript"> > <meta content="http://schemas.microsoft.com/intellisense/ie5" >name="vs_targetSchema"> > <script language="C#" runat="server"> > > C# code ... > > </script> ><\HEAD> ><BODY> > html stuff ></BODY> > > > > > >Richard L Spence,MSCS >RSL Associates Inc. >Software Developer >Specializing in Microsoft ASP.Net >410-788-5558 >mailto:[EMAIL PROTECTED] > >You can read messages from the DOTNET archive, unsubscribe from DOTNET, or >subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.