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