User1011151414 posted
I'm trying to keep my code simple and reusable by placing EditForm html into a separate file. I can send info as parameters, but, OnValidSubmit should call a procedure/task. It works fine in my "main" file, but when I split it into a separate file,
the OnValidSubmit does not execute.Any ideas?