Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
821
Register Directives for all of your controls
posted

Hello Dear

We use the central registration mechanism in Visual Studio 2008 / ASP.NET, this works fine for running the application.

However, now we removed the <%@ Register %> directives from our Webpages (to have less work to do on version upgrades). The problem is, Visual Studio is to stupid to show intellisense for your controls, but intelligent enough to not add the register directives :-)

When I manually add register directives to the page, my intellisense works. Can you please give me all your Register directives to add these controls. For release 8.3.20083.2059 (its not a big problem if you dont have this exakt version, i can change it manually).

I had a similiar question here;

http://forums.infragistics.com/forums/t/24620.aspx

Thanks in advance