DeveloperExpress CallbackPanel invoke server side callback event to fire with client side js


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // client side js to force sever side callback to execute
  2. ASPxCallbackPanel1.PerformCallback( "aTextParam" );

Report this snippet


Comments


You need to login to view comments.