Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
97 views

Create New Events not autopopulating in Visual Studios

I know this may be a dumb question but my IntelliSense is working but not event arguments aren't auto populating. I took a screenshot of someone else's working to better explain. Not sure where to ...
Chris's user avatar
  • 65
3 votes
1 answer
2k views

Intellisense not working properly for .aspx files in Visual Studio

Recently, my intellisense stopped working for asp and user controls alike. I start typing <asp: which should bring up a dropdown menu with suggestions like <asp:Textbox and <asp:Label, but ...
Brandon's user avatar
  • 31
0 votes
1 answer
1k views

Web Forms ASPX designer files not updating

I have the following situation: I have a few aspx pages, but some pages' designer files do not update when adding controls, but some do. I am using git, and this problem exists only on 1 repository, ...
OneSpikedDrink's user avatar
1 vote
1 answer
2k views

Intellisense for WebForms doesn't work in Visual Studio 2019

I use Visual Studio 2019 (16.7.7). I created new ASP.NET Web Application (.NET Framework) with web forms. But in code behind “Find All References” doesn’t work for setter. And in .aspx-file I can’t “...
roman.gorgol's user avatar
0 votes
0 answers
471 views

Visual Studio client HTML Intellisense for WebForms server controls

I want the same HTML Intellisense as for <a runat="server"></a> to also display for <asp:HyperLink runat="server"></asp:HyperLink> as well (client events, attributes, etc). I ...
Nikola Bogdanović's user avatar