How to initiate JavaScript Callback with MVC2 using RenderAction

Posted by Zacho on Stack Overflow See other posts from Stack Overflow or by Zacho
Published on 2010-03-26T14:37:23Z Indexed on 2010/04/03 7:13 UTC
Read the original article Hit count: 188

I am building a dashboard where I am iterating through a list of controls to render, and I need to initiate a general callback both after each control and after they are all completed. I was curious what the best way to handle this is. I can get the control specific callback fired off by placing myUserControlCallback(); in the user control itself. I'm just not sure how to run something like allControlsRendered();.
Any ideas?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc-2