marcosb wrote: |
| but I have to change the inheritance hierarchy for each page I have in my site, and if possible |
|
yeah, it'd take 10 seconds
"Edit" "Find and Replace"
Look for:
"Inherits System.Web.Page"
Replace with:
"Inherits MyCustomPageClass"
done.... not sure how much simple it could get :)