473,406 Members | 2,816 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

User Control definitions

User VS 2003, I would like to use User Controls to control the page look
with 3 User Controls (...PageTop.ascx, ...NavigateTop.ascx and
PageBottom.ascx). I would put the Content User control between the
NavigateTop and PageBottom User controls.

These files be something like: sdhcPageTop.ascx, ft2PageTop.ascx,
sbPageTop.ascx, macPageTop.ascx etc. I would have the same files for the
NavigateTop.ascx and PageBottom.asc.

The ones that load is dependant on who is logging on.

I have a file that really does nothing but load the controls.

I have 2 problems I have run into.

1) I would like to put the <body> tag into the PageTop.ascx file as that
will change dependant on who logs on. For example, if I am loading the
"sdhc..." files, I would have a different body tag than if I loaded the
"ft2..." files.

The problem is that if the </body> is not in the same .ascx file, I get an
error saying:

Unexpected end of file looking for </body> tag.

So I now have it in my main page.

Is there a way around this?

2) The other problem is that I would like to load the 4 different User
controls dependant on who logs on:

The file looks something like:

************************************************** ****************************
<%@ Page Language="VB" trace="false" debug="true" ContentType="text/html"
ResponseEncoding="iso-8859-1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ Register TagPrefix="fts" TagName="Logon" Src="../applicant/logon.ascx"
%>
<%@ Register TagPrefix="fts" TagName="Top" Src="sdhcPageTop.ascx" %>
<%@ Register TagPrefix="fts" TagName="Navigate" Src="sdhcNavigateTop.ascx"
%>
<%@ Register TagPrefix="fts" TagName="Bottom" Src="sdhcPageBottom.ascx" %>
<%@ Register TagPrefix="fts" TagName="Top" Src="ft2PageTop.ascx" %>
<%@ Register TagPrefix="fts" TagName="Navigate" Src="ft2NavigateTop.ascx" %>
<%@ Register TagPrefix="fts" TagName="Bottom" Src="ft2PageBottom.ascx" %>
<%@ Register TagPrefix="fts" TagName="Top" Src="sbPageTop.ascx" %>
<%@ Register TagPrefix="fts" TagName="Navigate" Src="sbNavigateTop.ascx" %>
<%@ Register TagPrefix="fts" TagName="Bottom" Src="sbPageBottom.ascx" %>
<html>
<head>
<title>:: Staffing Workshop ::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<body id="myBody" bgcolor="#FFFFFF" text="#000000"
background="/images/sdhc/sdhcgiwave11.gif" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0" link="#006699" vlink="#660033"
alink="#CC9966" runat="server">
<form id="addForm" runat="server">
<fts:Top runat="Server"/>
<fts:Navigate runat="Server"/>
<fts:Logon runat="Server"/>
<fts:Bottom runat="Server"/>
</form>
</body>
</html>
************************************************** ******************************

I know this won't work, but I am just illustrating what I am trying to
achieve

All my pages would look the same except that first Custom Control would be
different (this is the content control). One for logon, one for searchlist,
one for adding new people etc.

How do I handle the loading of the different Controls programmatically and
do I need to define each file in this page?

I would like not to have to define each set of 3 controls on each page.
That would mean that everytime a new user came up, I would have to add 3 new
controls to each page.

With include files, it would work fine, but I would like to use User
Controls instead.

Thanks,

Tom

Jun 24 '06 #1
0 705

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Alan Silver | last post by:
Hello, I have a user control which I am trying to load dynamically, but am running into problems. I think the problem is because I have two .ascx files that refer to the same .ascx.cs file. A...
0
by: Brian Cesafsky | last post by:
I am using framework 1.1 I have a user control and a web page. I want to set up properties on the user control, so I can access the text boxes on the user control when I am in the code behind...
0
by: Brian Cesafsky | last post by:
I am using framework 1.1 I have a user control and a web page. I want to set up properties on the user control, so I can access the text boxes on the user control when I am in the code behind...
9
by: J055 | last post by:
Hi I have a standard asp page which uses a MasterPage. The MasterPage contains a User control. How can I access a public method in the User control from my WebForm page? I can't move the method...
3
by: usha535140 | last post by:
Hi, Can we use Ajax RoundedCornersExtender control with AJax,tabContainer?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.