L
Lou
How do assign a picture file to a command button?
How do assign a picture file to a command button
How do assign a picture file to a command button?
DanG said:I don't believe there is a button that will accept an image. Try just
making a clickable image:
<A onclick="PopupCalendar()"><IMG title="Click here to open calendar"
src="images/calendar.gif"></A>
You could have given as well the answer in VB.Net.Well, note that the question has been posted to a VB.NET group ;-).