DB
|
| Posted: 04/19/2003, 5:54 PM |
|
Does a simple (or not so simple) way exist to create a CodeCharge button on a form which actually operates the custom code added to its OnClick event? This button is not a Submit button, but one for more general purposes.
|
|
|
 |
ystyves
|
| Posted: 04/22/2003, 8:01 AM |
|
I had the same problem
i solved it by creating a label in CCS. In the before show event, i create a button (in my case an image) that redirect to a function page (this page contain the On_Click event)
hope that helps
|
|
|
 |
|