R
rn5a
The ASPX FileUpload control displays a TextBox along with a 'Browse...'
Button. Setting the different properties of this control just reflects
the changes in the TextBox but not the Button.
For e.g. if the BackColor of a FileUpload control is set to blue, then
only the TextBox color changes to blue but the BackColor of the Button
doesn't change to blue. Or if the Font-Size of a FileUpload control is
set to 15pt, then only the size of the text in the TextBox becomes 15pt
but the 'Browse...' text on the Button retains the default size.
Is there any way by which the properties of the Button (like BackColor,
BorderColor, Font-Names etc.) in the FileUpload control can also be
changed along with the TextBox?
Button. Setting the different properties of this control just reflects
the changes in the TextBox but not the Button.
For e.g. if the BackColor of a FileUpload control is set to blue, then
only the TextBox color changes to blue but the BackColor of the Button
doesn't change to blue. Or if the Font-Size of a FileUpload control is
set to 15pt, then only the size of the text in the TextBox becomes 15pt
but the 'Browse...' text on the Button retains the default size.
Is there any way by which the properties of the Button (like BackColor,
BorderColor, Font-Names etc.) in the FileUpload control can also be
changed along with the TextBox?