Tuesday, April 26, 2011

ImageButton Class

"ImageButton Class (System.Web.UI.WebControls)" ( http://bit.ly/hguk2A )

Properties of note:
ImageURL:  Gets or sets the URL that provides the path to an image to display

CommandArgument:  Specify a value that can be programmatically read by onCommand event handlers - such as the Gridview. Think, passing a value to a parameter. Optional.

CommandName: Specify a string that can be programmatically identified by onCommand event handlers - such as the Gridview RowCommand event. Optional

No comments:

Post a Comment