Hi:
I recently try to use angularJS on my existing ASP web form project, and meet some issues
about post back. For SPA MVC design, I need to bind jQuery ajax to angularJS controller, but the
problem is I can't make sure if the updatepanel can meet the design. I used to use reportviewer,
and other controllers under updatepanel on my project, so if I hope to use AngularJS, that means
the updatepanel need to be really ajax design and can be used under AngularJS design.
Is it possible to do that, and is updatepanel can work with angularJS. Thanks.