Re: [IronPython] no compile page model question

2010-12-06 Thread Dody Gunawinata
er > I was trying to figure out if we can dll the asp.net code files without the > workarounds we use now >> Date: Sun, 5 Dec 2010 16:45:34 +0200 >> From: empirebuil...@gmail.com >> To: users@lists.ironpython.com >> Subject: Re: [IronPython] no compile page model que

Re: [IronPython] no compile page model question

2010-12-06 Thread Pablo Dalmazzo
ython.com > Subject: Re: [IronPython] no compile page model question > > I think it's because the Codedomprovider that asp.net relies on cannot > be implemented in ironpython. > > On Sat, Nov 27, 2010 at 4:41 PM, Pablo Dalmazzo > wrote: > > I'm missing a big part

Re: [IronPython] no compile page model question

2010-12-05 Thread Dody Gunawinata
I think it's because the Codedomprovider that asp.net relies on cannot be implemented in ironpython. On Sat, Nov 27, 2010 at 4:41 PM, Pablo Dalmazzo wrote: > I'm missing a big part of the picture so forgive me if this question doesnt > make any sense to you. > In C#, VB.NET, etc the code behind i

[IronPython] no compile page model question

2010-11-27 Thread Pablo Dalmazzo
I'm missing a big part of the picture so forgive me if this question doesnt make any sense to you. In C#, VB.NET, etc the code behind in asp.net page is defined inside a class. Is there any relation betweenIronPython code doesn't get compiled to normal .NET code where you'd have a class at the