I setup a custom template page for VS.NET 03 (took a little painful tweaking
but it works). Only problem is, my template doesn't including the head tag
which contains the vs_targetSchema. The reason is become in these pages I
only design the middle content, everything else gets layered on at run time
since the code behind class inherits from a class that I wrote (which
inherits from page)

Is there any work around for this? any other way to set the vs_targetSchema
without having it in the Html Code?

Thanks