How can we bind the GridView control in asp.net using AngularJS? -


i newbie angularjs.i want bind data gridview control using angularjs.i have done task using html table working fine. can apply angularjs databind asp.net controls?

angular client-side tool. gridview , other asp.net controls rendered server-side. so, there no way angular know asp.net. , if does, bad thing.

so, in case, html table correct approach.

typically, angular single page application (spa) , speaks server through ajax calls data (usually json). development style makes server-side ui rendering obsolete. because returning data, not rendered html.

hope helps.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -