[Ironpython-users] ASP.NET base class question: Inherit from ScriptPage?

Bernd Viehmann bernd.viehmann at googlemail.com
Wed Aug 24 10:05:17 CEST 2011


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


More information about the Ironpython-users mailing list