Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 22, 2007 12:26 AM by Glenn Hackney (MSFT)
0 Points
2 Posts
Feb 21, 2007 10:47 AM|LINK
I've followed all IronPython CTP for ASP.NET walkthroughs.
In walkthrough 5, (to test user control properties) I set
AllowDuplicates="0"
but it didn't prevent duplication.
Instead, AllowDuplicates=""
AllowDuplicates=""
makes duplication stopped.
Did I mistake something, or is this a errata of walkthrough?
TIA
Member
14 Points
Feb 21, 2007 07:03 PM|LINK
No, the mistake is mine. It's a bug in the walkthrough. Thanks for pointing that out!
Glenn
Feb 22, 2007 12:12 AM|LINK
Thanks
And I've got another question.
In same box (To set user control properties declaratively), there is a statement like, "The Python language does not have a true keyword...".
But as I know, python already got it, "True" in IronPython 1.0(?) and python 2.3 and later version.
http://www.python.org/doc/2.3.5/whatsnew/section-bool.html
Maybe it is another errata.
jjkim
Feb 22, 2007 12:26 AM|LINK
Yes, you're quite right. The limitation is not in IronPython. Another bug to fix. Thanks!
jjkim
0 Points
2 Posts
A bug in walkthrough 5
Feb 21, 2007 10:47 AM|LINK
I've followed all IronPython CTP for ASP.NET walkthroughs.
In walkthrough 5, (to test user control properties) I set
Glenn Hackne...
Member
14 Points
2 Posts
Re: A bug in walkthrough 5
Feb 21, 2007 07:03 PM|LINK
No, the mistake is mine. It's a bug in the walkthrough. Thanks for pointing that out!
Glenn
</div>jjkim
0 Points
2 Posts
Re: A bug in walkthrough 5
Feb 22, 2007 12:12 AM|LINK
Thanks
And I've got another question.
In same box (To set user control properties declaratively), there is a statement like, "The Python language does not have a true keyword...".
But as I know, python already got it, "True" in IronPython 1.0(?) and python 2.3 and later version.
http://www.python.org/doc/2.3.5/whatsnew/section-bool.html
Maybe it is another errata.
jjkim
Glenn Hackne...
Member
14 Points
2 Posts
Re: A bug in walkthrough 5
Feb 22, 2007 12:26 AM|LINK
Yes, you're quite right. The limitation is not in IronPython. Another bug to fix. Thanks!
Glenn