Can anyone provide or point me to a good example of a technique that adds intellisense to a custom web user control?
I'd like intellisense to show available attributes and their possible values when typing in the HTML view like:
<test:MyControl MyAttribute="test" runat="server" />

1 answers
I guess metadata attributes can do that work. I just don't know how.
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!