This topic is locked

How to assign a value to a field without using editcontrol

9/10/2009 9:36:16 PM
ASPRunnerPro General questions
L
leizleho author

Hi,
I am having problem with this new version of ASP Runner.
I have a function that generates a approval code. When a user submit the request form it generates a code and assign to a "approvalcode" field.

I do not want to show that field on the submission form so I remove that control. The problem is that without the editcontrol, the value is not saved in the database.

How can I save that generated code into the database without using the editcontrol?
Thanks,

rochzle

L
leizleho author 9/11/2009



Hi,
I am having problem with this new version of ASP Runner.
I have a function that generates a approval code. When a user submit the request form it generates a code and assign to a "approvalcode" field.

I do not want to show that field on the submission form so I remove that control. The problem is that without the editcontrol, the value is not saved in the database.

How can I save that generated code into the database without using the editcontrol?
Thanks,

rochzle


I was able to solve this problem by using the DAL predefined functions in the event page.
Regards,

Rochzle