I know this is a stupid question for most of the CRM developers but I'm just a beginner and really want to know more about CRM
Just want to ask if it's possible to construct code using C# in OnLoad/OnChange/OnSave events instead of Javascript.
I know a lot about Javascript but I want to know more on coding CRM using C# and VB.NET
Thank you very much.
the OnLoad/OnChange/OnSave events of a Dynamics CRM Form can be customized only with JavaScript, C# code can't be executed for these client-side events.