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.