View Single Post
  #2 (permalink)  
Old Mar 11th, 2008, 19:56
magicben magicben is offline
Junior Member
Join Date: Feb 2008
Location: Paris
Age: 31
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: change the size of my button

use some CSS / dynamic style
for that, use cssClass attribute (don't have VS2005 open, but I think that's it)...
or cssStyle ?
If cssClass, just create a class in your css that defines the button size
If cssStyle, define "width:500px;height:200px;" for instance.
Reply With Quote