Thoughts on AJAX Preview 4 and JSINQ
Posted by: K. Scott Allen,
on 07 Feb 2009 |
View original | Bookmarked: 0 time(s)
ASP.NET AJAX 4.0 is adding client-side templates. You can bind data in the browser using declarative markup, imperative JavaScript code, or mix and match both approaches. The purely declarative approach looks like the following:<body xmlns:sys="java script:Sys" xmlns:dataview="java script:Sys.UI.DataView" sys:activate="*">
<ul id="departmentManagerList"
class="sys-template"
sys:attach="dataview"
dataview:serviceuri="DepartmentService.svc"
...