Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Nathan Sokalski #1
Generating the *.aspx.designer.vb Files
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
[email]njsokalski@hotmail.com[/email]
[url]http://www.nathansokalski.com/[/url]
Nathan Sokalski Guest
-
Generating PDF Files Programatically
I have a similar problem in a Delphi program. I use the ADOBE PDF printer driver while "printing" my report. It all works fine.........except ADOBE... -
URGENT!!! Generating a connetionstring property from the designer...
This functionality is implemented in the SQLConnection control in the connectionstring property. I am Building a custom control from an inherited... -
HELP Generating ConnectionString Property from the Designer
This functionality is implemented in the SQLConnection control in the connectionstring property. I am Building a custom control from an inherited... -
Generating PDFs with EPS files embedded
I upgraded to FH 10 because I prefer to use OS X and found lots of problems with it, especially that it could not generate a PDF with an EPS file in... -
how to allow designer to design in frontpage and hit the same asp/aspx page
My client wants to design ever changing forms in Frontpage and have them mailed in HTML format to her. How could I go about using ASP or ASP.NET... -
Mark Fitzpatrick #2
Re: Generating the *.aspx.designer.vb Files
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.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"Nathan Sokalski" <njsokalski@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
> [email]njsokalski@hotmail.com[/email]
> [url]http://www.nathansokalski.com/[/url]
>
Mark Fitzpatrick Guest



Reply With Quote

