Link to home
Start Free TrialLog in
Avatar of jmylrea
jmylrea

asked on

Execute a server-side function from javascript client-side code

I know I cannot directly execute the server-side function from client-side javascript.

At the end of a client-side javascript function I would like to call a server-side function that I use to refresh a datagrid's data.

I have tried using the __dopostback function specifying a control with no success.

Does anyone know some sort of workaround solution?
ASKER CERTIFIED SOLUTION
Avatar of tooloose
tooloose

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial