I am using ASPRunner.NET Version 9.8 and I am trying to create C# code that will update a field based on a change of another field. I have very basic coding knowledge and the vendor has not been helpful. I will provide an example of what I am trying to do which will hopefully help.
Field 1 - Is a dropdown value for Priority of a project (Dropdown values are - High, Medium, Low)
Field 2 - Is a dropdown value for Category of a project (Dropdown values are New, Approved, Closed)
I want Field 2 to change to Approved if Field 1 is Low since it doesn’t need approval.
I also want this change to happen on the page before the record is saved.
How do I do that in ASP using C# code?