![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, VS.NET is not showing me any intellisense on a page that references a master page in the codebehind. (the codebehind references a custom class that inherits from web.ui.page, and that page sets the master page) How can I fix this? |
#3
| |||
| |||
|
|
Could you post your <@Page> tag and a few tags from that page? It should be only the <@Page> tag and any other @ type tag and then 0 or more <asp:Content> tags. Is that the case? -- Mohamad Elarabi MCP, MCTS, MCPD. "DotNetNewbie" wrote: Hi, VS.NET is not showing me any intellisense on a page that references a master page in the codebehind. (the codebehind references a custom class that inherits from web.ui.page, and that page sets the master page) How can I fix this? |
#4
| |||
| |||
|
|
On Jan 2, 7:20 pm, Mohamad Elarabi [MCPD] MohamadElarabiM... (AT) discussions (DOT) microsoft.com> wrote: Could you post your <@Page> tag and a few tags from that page? It should be only the <@Page> tag and any other @ type tag and then 0 or more <asp:Content> tags. Is that the case? -- Mohamad Elarabi MCP, MCTS, MCPD. "DotNetNewbie" wrote: Hi, VS.NET is not showing me any intellisense on a page that references a master page in the codebehind. (the codebehind references a custom class that inherits from web.ui.page, and that page sets the master page) How can I fix this? %@ Page Language="C#" AutoEventWireup="true" Codebehind="categoryAdd.aspx.cs" Inherits="BLAH.Categories.categoryAdd" % asp:content contentplaceholderid="AdminPlaceHolder" runat="server" MY CONTENT HERE /asp:content And my codebehind is inheriting from a class that inherits from web.ui.page |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |