PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → AjaxExecute vs. Button server code
AjaxExecute vs. Button server code
Iniciado por vvido, nov., 07 2018 4:13 PM - Sem resposta
Membro registado
94 mensagems
Publicado em novembro, 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 ?