Forum Discussion
AlBer
6 years agoCreator I
Hello,
Thank you for your answer.
I was wondering if it is possible to use C# rather than JS in client event methods (for interface interaction purposes) ?
Best regards,
AlBer
christopher_gillis
6 years agoCommunity Manager
Hi AlBer,
Because Aras Innovator is a web application, the methods attached as client events need to be JavaScript. However, it would be possible to contain most or all of your logic inside of a C# method and then call that method from your client method with JavaScript code like below.
aras.applyMethod("Your Method Name", "<your_property>Prop Value</your_property><your_other_property>Prop Value</your_other_property>");
Chris
- AlBer6 years agoCreator I
Thank you [emoticon:c4563cd7d5574777a71c318021cbbcc8]