Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way to remove the background image from a button, programatically--not manually? Thanks
Try setting the BackgroundImage property to null.
BackgroundImage
null
www.troschuetz.de
button1.BackgroundImage=null; worked just fine...Thank You.:) Paul