Does anyone know if there is a way to accomplish the following:
I want to create a custom webform page inherited from System.Web.UI.Page. I want to have a few properties that I add to the page, (which i know how to do), but what I want is a way to set a page directive in the aspx page where the name value pairs map
to the properties I added in the extended page class.
thanks in advance!
Go to the complete details ...