In ASPRunner 6.2, there is a javascript onload event and I can set default value using ctrl.setValue(value). Can I pass a value from my database to this value? Thanks. Chris.
Chris, unfortunately no, setValue() function works on the client side (Javascript) which means you cannot access database from there. You can have better lick setting default value to session variable and populating this session variable in BeforeProcess event.