Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
General Reference
Feature Schemas
Delegate Controls
 Control Element

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Control Element (Delegate Control)

Identifies the control to implement in a delegate control.

<Control
  ControlAssembly = "Text"
  ControlClass = "Text"
  ControlSrc = "Text"
  Id = "Text"
  Sequence = "Integer">
</Control>
Attribute Description

ControlAssembly

Optional Text. Specifies the strong name of the assembly for the control.

ControlClass

Optional Text. Specifies the fully qualified name of the class for the control.

ControlSrc

Optional Text. Specifies the relative URL of the .ascx file that serves as the source for the control, for example, "~/_controltemplates/mySearch.ascx".

Id

Optional Text. Specifies the ID of the control, for example, "SmallSearchInputBox".

Sequence

Optional Integer. Specifies the sequence number for the control, which determines whether the control is added to the control tree for a page. The control with the lowest sequence number is added to the tree.

For an example of how this element is used, see Delegate Controls.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker