Re: Add control to all pages through Global.asax
- From: "Grant Merwitz" <grant@xxxxxxxxxxxxx>
- Date: Fri, 12 Aug 2005 15:58:25 +0100
Thanks, that I have used many times before.
But this particular project was not built with that in mind (not built by me
either)
and there are way too many pages to make those changes
Any other ideas?
"Marina" <someone@xxxxxxxxxx> wrote in message
news:ebAEV00nFHA.320@xxxxxxxxxxxxxxxxxxxxxxx
> Create a base page class, that checks for IsNewSession, and adds the
> control.
>
> Then have all your pages inherit from this base page.
>
> "Grant Merwitz" <grant@xxxxxxxxxxxxx> wrote in message
> news:e4%23FAr0nFHA.1372@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi
>>
>> Is there a way to add a control to my page through the Global.asax
>>
>> I would like to place this code in the Session_Start page so its only
>> added to the first page the user visits.
>>
>> TIA
>>
>
>
.
- Follow-Ups:
- Re: Add control to all pages through Global.asax
- From: Marina
- Re: Add control to all pages through Global.asax
- References:
- Add control to all pages through Global.asax
- From: Grant Merwitz
- Re: Add control to all pages through Global.asax
- From: Marina
- Add control to all pages through Global.asax
- Prev by Date: Re: Add control to all pages through Global.asax
- Next by Date: Re: Add control to all pages through Global.asax
- Previous by thread: Re: Add control to all pages through Global.asax
- Next by thread: Re: Add control to all pages through Global.asax
- Index(es):
Relevant Pages
|