A
Alan Silver
Hello,
I have been working on a site in VS2005, and have noticed that the
autocomplete has stopped working for asp controls. If I type...
<a
in an .aspx file, then I get a list of possible XHTML elements in the
intellisense dropdown, but none of the ASP.NET server controls (which
are normally listed, starting with asp
.
I get the autocompletion in one file on the site, but not the majority.
If I type the name of a control by hand, say...
<asp:Repeater>
then it closes the tag for me, but doesn't give me any intellisense.
It looks like the problem is only occurring with pages that don't have a
code-behind file, but I'm not 100% sure of this. Is there some reason
why it wouldn't show server controls for a file without a code-behind?
Seems odd.
Any ideas what could be causing this? TIA
I have been working on a site in VS2005, and have noticed that the
autocomplete has stopped working for asp controls. If I type...
<a
in an .aspx file, then I get a list of possible XHTML elements in the
intellisense dropdown, but none of the ASP.NET server controls (which
are normally listed, starting with asp
I get the autocompletion in one file on the site, but not the majority.
If I type the name of a control by hand, say...
<asp:Repeater>
then it closes the tag for me, but doesn't give me any intellisense.
It looks like the problem is only occurring with pages that don't have a
code-behind file, but I'm not 100% sure of this. Is there some reason
why it wouldn't show server controls for a file without a code-behind?
Seems odd.
Any ideas what could be causing this? TIA