Try compiling your base web form into a seperate project.
Then reference that DLL from your main project that has the forms that will
use the base form.

Signature
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
> by default new aspnet webforms inherits from page which gives us the
> intellisense of the basic objects such as request, response etc.
[quoted text clipped - 3 lines]
>
> Thanks.