admin
-
5/2/2006 3:09:27 PM
Re: BizForms OK button
Hi Paul,
Thank you for your message. Unfortunately, it's not possible to change the OK button to a different button type. You could only modify its design using CSS style or using a code behind code like this:
BizForm1.Controls.FindControl( ... OK button ID ...).<some button control property> = ...
Please let me know if you need any additional details.
Best Regards,
|