Does anyone know how to mess with intellisense for web forms HTML-side?
I would like to have my <@ Page> directive followed immediately by some HTML code & get the same intellisense I would for a user control.
My initial thought for a quick fix is to find where the intellisense code of VS.NET resides & replace the webform intellisense with the usercontrol's file... Know a good place to look?

1 answers
try looking for the visual c++ intellisense database in your visual studio. they are the ones with the .ncb extension.
answered 2 years ago by:
0
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!