Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Holden-ar #1
Templates + aspx files
i've created a dreamweaver template wich use microsoft user controls i applyed
it to all my pages and everything goes fantastic. it looks like: <%@ Page
Language='c#' ContentType='text/html' ResponseEncoding='iso-8859-1'
AutoEventWireup='false' %> <%@ Register TagPrefix='uc1' TagName='Header'
Src='../../../UserControls/Header.ascx' %> <%@ Register TagPrefix='uc1'
TagName='UCMenu' Src='../../../UserControls/UCMenu.ascx' %> <!DOCTYPE HTML
PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' > <HTML> <HEAD> <!--
TemplateBeginEditable name='doctitle' --> <title>Prueba</title> <!--
TemplateEndEditable --> Everything was ok until i have to add a new user
control. i put the uc in the layout, i put the reference in the first lines of
the page but when i apply the changes, the pages that where created before with
the template dont get the reference: <%@ Register TagPrefix='uc1'
TagName='Header' Src='../../../UserControls/MyNewUC.ascx' %> BUT if a create a
new page and apply template, again everything is ok. Any idea, any help? thanx
in advance
Holden-ar Guest
-
put aspx files online
Can you post the detailed err. msg? -- G. "Marichael Davy" wrote: -
How to Deploy aspx files
Hi everybody, I'm a new be for ASP .NET. I made a simple project (C# coded web project) and I want to deploy it to my web site. My project... -
.aspx files don't work
I have been having some trouble with my web server running under Windows 2000 Server, so I removed IIS and reinstalled it. Now, I noticed that my... -
customError only works for .aspx files?
Hi I've designed my own 404 not found error page. And it works fine if I type in this URL: www.mydomain.com/doesntexist.aspx However, if I... -
Variable JIT of ASPX files?
As I understand it, when the first page of an application is accessed, all ASPX/ASCX/etc. files in the same folder are compiled using the JIT...



Reply With Quote

