|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Generating the *.aspx.designer.vb FilesI 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. -- Show quoteHide quoteHope this helps, Mark Fitzpatrick Former Microsoft FrontPage MVP 199?-2006 "Nathan Sokalski" <njsokal***@hotmail.com> wrote in message news:epNOSIZJHHA.3264@TK2MSFTNGP02.phx.gbl... >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. > -- > Nathan Sokalski > njsokal***@hotmail.com > http://www.nathansokalski.com/ >
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register
Pass parameter from pages aspx Data grid column sizes Validation in GridView ListBox Base Class won't let me implement a LoadPostData function accesing control in EditItemTemplate of DataList accessing control in EditItemTemplate of DataList radio buttons in GridView? AJAX.NET triggers don't fire ICallbackEventHandler problem with Content Pages and Web User Cont |
|||||||||||||||||||||||