[IronPython] ASp.net 2.0 Implementaiton

Gary Davidson gdavidson at aplicor.com
Mon Feb 13 19:28:38 CET 2006


My apologies if this has been answered,

In the code behind of an aspx page

engine.SetVariable("Host", this);
engine.SetVariable("TextBox1", this.TextBox1);

I can work with TextBox1 & Host in a script, but Host.TextBox1 does not
work at all

Any ideas? This is purely curiosity, I am not implementing it this way
in my app.




More information about the Ironpython-users mailing list