|
-
Jul 13th, 2004, 11:50 AM
#1
Thread Starter
Hyperactive Member
Dynamically Add Authorization Statement
Guys,
I have poured over the forum, the internet, and my books. Does anyone know how to do this. Maybe I missed it here in the forums.
I need to place an authorized use line at the bottom of every page. I dont want to use a Respone.Write. I already have a header.ascx file that gives me a consistant header at the top.
The problem I have is that almost every page has some form of data on it. THe data is generated dynamically and is sent out in different forms. On some pages I use tables I build in code. Other pages, I just puke the info into a data grid for ease of use. Each page is different in length.
Does anyone know how I can solve this problem?
Thanks,
Jerel
-
Jul 14th, 2004, 05:05 AM
#2
Retired VBF Adm1nistrator
From IIS, in the properties for your site, you can specify a document footer...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jul 14th, 2004, 09:17 AM
#3
Thread Starter
Hyperactive Member
That seems to only append .html pages but not .asp or .aspx pages.
Am I doing something wrong?
-
Jul 14th, 2004, 10:27 AM
#4
PowerPoster
Create a footer control. Drop that on each page...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|