Gets or sets the URL to an image to display for the Insert button in a System.Web.UI.WebControls.CommandField field.
Documentation for this section has not yet been entered.
When the ButtonFieldBase.ButtonType property of a System.Web.UI.WebControls.CommandField field is set to ButtonType.Image, use the CommandField.InsertImageUrl property to specify the image to display for an Insert button. This image can be in any file format (.jpg, .gif, .bmp, and so on), as long as the client's browser supports that format.
As an alternative to displaying an image for the Insert button, you can display text by first setting the ButtonFieldBase.ButtonType property to ButtonType.Button or ButtonType.Link and then setting the CommandField.InsertText property.