01-19-2022, 12:38 AM
When calling your application via Ajax (Async) you should send everything in a single call (unless your response triggers another server call, which is useful in some cases, but it's not that common).
Can you send both in the same call or do you need the second call to follow the first (call and response)?
Can you send both in the same call or do you need the second call to follow the first (call and response)?

