Search for:
Sign in
Register
Menu
Articles
Questions & Answers
Download
Documentation
Support
Marketplace
Old Forums
Search:
Search text
Technical support
This forum is closed.
Version 1.x
>
Technical support
>
Change text of Bizform button from Ok to Submit
View modes:
View mode
Threaded
Flat - newest to oldest
Flat - oldest to newest
Member
Bipul Dobhal
-
9/22/2006 8:16:53 AM
Change text of Bizform button from Ok to Submit
Hi,
I m using bizform in white papers where the ok button is displaying. Is there any option to change the text of the button from OK to Submit ?
Thanks,
Bipul
Guest
admin
-
9/25/2006 6:12:24 PM
Re: Change text of Bizform button from Ok to Submit
You need to use code like this in your page_load method:
Bizform1.BasicForm.btnOK.Text = "Submit";
Best Regards,
Top