T
tool
Hi all,
I Followed these steps :
1. Added a .master file with 3 contentplaceholder controls.
2. Added an aspx file with the @Page directive parameter
'MasterPageFile' set to my .master file.
3. Added an asp:Content in the page.
intellisense in my .aspx file worked and the application ran and
compiled correctly.
1. Deleted the 'MasterPageFile' parameter from @Page directive and
added <pages masterPageFile="locationofthe.master file" > under the
<system.web> node of the web.config.
I couldnt get the intellisense work for my .aspx pages and the previous
<asp:Content> controls are marked 'red'. Intellisense could not
recognize 'asp' namespace inside the .aspx file and intellisense itself
is compromised. However, i could compile entire solution and the
application still ran correctly.
Is this a bug ??
Thanks in advance.
I Followed these steps :
1. Added a .master file with 3 contentplaceholder controls.
2. Added an aspx file with the @Page directive parameter
'MasterPageFile' set to my .master file.
3. Added an asp:Content in the page.
intellisense in my .aspx file worked and the application ran and
compiled correctly.
1. Deleted the 'MasterPageFile' parameter from @Page directive and
added <pages masterPageFile="locationofthe.master file" > under the
<system.web> node of the web.config.
I couldnt get the intellisense work for my .aspx pages and the previous
<asp:Content> controls are marked 'red'. Intellisense could not
recognize 'asp' namespace inside the .aspx file and intellisense itself
is compromised. However, i could compile entire solution and the
application still ran correctly.
Is this a bug ??
Thanks in advance.