ASP.NET: LiteralControls in Wizard Control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lorelai
    New Member
    • Sep 2008
    • 1

    ASP.NET: LiteralControls in Wizard Control

    Hi,

    I have created a Wizard control. The first Wizard step contains 3 radiobuttons, the second step contains 2 radiobuttons, and so on.

    When I am iterating through the Controls in the WizardSteps, I come across LiteralControls apart from the controls that I have added.
    To elaborate, the LiteralControl has a UniqueId ="Wizard1$ctl01 " and is not rendered as HTML.

    Can someone explain what are these controls?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I remember coming across the controls in the past.
    The best explanation that I could come up with is that they are used by the control that .NET provides to us for their own business logic to work.

    -Frinny

    Comment

    Working...