Image Button's

  • Thread starter Thread starter Craig G
  • Start date Start date
C

Craig G

are there any 3rd Party image buttons that can be used on WebForms?

i was having a look around the internet but all i could find is Image
Buttons for WindowsForms

i am just looking a Image Button that has a few more properties and methods,
such as enable etc

Cheers,
Craig
 
Craig said:
are there any 3rd Party image buttons that can be used on WebForms?

i was having a look around the internet but all i could find is Image
Buttons for WindowsForms

i am just looking a Image Button that has a few more properties and methods,
such as enable etc

The ImageButton class in the System.Web.UI.WebControls namespace has an
Enable property.

--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com

* When you think ASP.NET, think 4GuysFromRolla.com!
 
opps. didnt see it in the properties window so 'assumed' it wasn't there.

less 'assuming' needed i think!!

Cheers,
Craig
 
Back
Top