PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → AjaxExecute vs. Button server code
AjaxExecute vs. Button server code
Started by vvido, Nov., 07 2018 4:13 PM - No answer
Registered member
94 messages
Posted on November, 07 2018 - 4:13 PM
WB23
Question :

If I need to check some values in the active page in browser (database values checking for example) I can do it calling AjaxExecute or just execute a hidden button server code via ExecuteProcess (BTN_xxx, trtClick)

Because I am just beginning with WebDev, I do not know which of the two approaches is more appropriate.

What are the implications, what is the preferred way of implementation ?