Hello,

is it possible to create an extended version of ScriptPage?

In C# I normally extend System.Web.UI.Page to put my helper-tools on the page. As far as I know ScriptPage is the root-class for IronPython Webforms.

I would like to do the same with my ipy-ASP.NET application. So my questions are:

Can I extend ScriptPage by an ironpython-class like class

betterScriptPage(ScriptPage):
        ........

How can I use my class as source for the web forms I create? What configuration must be changed?

Kind regards and thank

 Bernd
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to