Click to See Complete Forum and Search --> : Share Header


Unnammed
February 11th, 2004, 03:37 AM
Hi,

Initially I have created a User Control which display a standard header (consist of image and external JavaScript) for all my pages, this work fine when all pages are in the same application boundary. Now I have another virtual web which is a new web application, I understand that User Control can't work across different application boundary.

Other than using frame, is there anyway that I may able to share the same header for this two different web application? I mean is that anyway so that I may change the header once if there is a need, then other pages (different application boundary) that sharing the same header will reflect those changes automatically?

Thank you.

busyweb
February 13th, 2004, 01:49 AM
web custom control(little bit hader) or custom server control, put in GAC and reference it when developing??

Unnammed
February 13th, 2004, 08:40 PM
Yape... I thought about that too! But I don't have access to the server in order to put the Custom Control into the GAC.

Now I am thinking of using web services since these site will not attract heavy traffic.