This whitepaper states that .net4 should have the renderoutertable property for:
FormView
Login
PasswordRecovery
ChangePassword
Wizard
CreateUserWizard
I can see it on FormView, Login, PasswordRecovery, ChangePassword but not on CreateUserWizard and Wizard. Does anyone else have the same problem? Would this be an RC issue or am I missing something here?
I believe that's a bit outdated. The following video discusses this topic and explains why some have the RenderOuterTable property while other controls (like Wizard) don't:
FormView supports the new RenderOuterTable. Setting to false does not render tables in markup.
Login, PasswordRecovery, ChangePassword, Wizard and
CreateUserWizardDo not have this new property. Instead they use a LayoutTemplate and place holders just like the listView control to remove tables.
None
0 Points
4 Posts
CreateUserWizard is lacking the RenderOuterTable property
Feb 17, 2010 02:28 PM|AdamWillden|LINK
This whitepaper states that .net4 should have the renderoutertable property for:
I can see it on FormView, Login, PasswordRecovery, ChangePassword but not on CreateUserWizard and Wizard. Does anyone else have the same problem? Would this be an RC issue or am I missing something here?
Regards,
Adam
Member
520 Points
304 Posts
Re: CreateUserWizard is lacking the RenderOuterTable property
Feb 17, 2010 09:29 PM|Radomir|LINK
I believe that's a bit outdated. The following video discusses this topic and explains why some have the RenderOuterTable property while other controls (like Wizard) don't:
http://channel9.msdn.com/posts/Glucose/Hanselminutes-on-9-ASPNET-4-and-Marcin-Dobosz-on-New-Markup-from-Old-Controls/
None
0 Points
4 Posts
Re: CreateUserWizard is lacking the RenderOuterTable property
Feb 18, 2010 05:20 AM|AdamWillden|LINK
Thanks a lot! "I was missing something" - I'll have a play :)
Regards,
Ad
Member
83 Points
17 Posts
Re: CreateUserWizard is lacking the RenderOuterTable property
Feb 19, 2010 12:07 PM|philipat|LINK
FormView supports the new RenderOuterTable. Setting to false does not render tables in markup.
Login, PasswordRecovery, ChangePassword, Wizard and CreateUserWizard Do not have this new property. Instead they use a LayoutTemplate and place holders just like the listView control to remove tables.
This is an example:
The documentation is being updated to reflect these changes.