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