PasswordRecovery::SubmitButtonImageUrl Property
Gets or sets the URL of an image to use as the Submit button.
Assembly: System.Web (in System.Web.dll)
The SubmitButtonImageUrl property contains the URL of the image to use for the Submit button when the SubmitButtonType property is set to Image.
The SubmitButtonText property is used as the alternative text for the image in browsers that do not display images.
When you use the UserNameTemplate or the QuestionTemplate property, the SubmitButtonImageUrl property has no effect.
The following code example sets the SubmitButtonImageUrl property with declarative syntax. This code example is part of a larger example provided for the SubmitButtonType property.
The following code example shows how to set the SubmitButtonImageUrl property programmatically. This code example is part of a larger example provided for the SubmitButtonType property.
PasswordRecovery1.SubmitButtonImageUrl = "userNameSubmit.png";
Available since 2.0