Enum InsertionMode
Enumerates the AJAX script insertion modes.
public enum InsertionMode
Fields
InsertAfter = 2
Insert after the element.
InsertBefore = 1
Insert before the element.
Replace = 0
Replace the element.
ReplaceWith = 3
Replace the entire element.