N
Nathan Sokalski
I have an ASP.NET application in which I register several of my usercontrols
in the Web.config file's
<system.web><pages><controls></controls></pages></system.web> section.
However, my usercontrols (*.ascx files) are not showing up in the
*.aspx.designer.vb file. Is there any way to explicitly ask Visual Studio to
regenerate this file? Thanks.
in the Web.config file's
<system.web><pages><controls></controls></pages></system.web> section.
However, my usercontrols (*.ascx files) are not showing up in the
*.aspx.designer.vb file. Is there any way to explicitly ask Visual Studio to
regenerate this file? Thanks.