Generating the *.aspx.designer.vb Files

  • Thread starter Thread starter Nathan Sokalski
  • Start date Start date
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.
 
If you opent the .aspx file and switch between design view and html view and
back it will prompt VS to check the controls and add any that are missing to
the designer file.
 
Back
Top