Client Side Templating with jQuery
Posted by: Rick Strahls WebLog,
on 03 Apr 2008 |
View original | Bookmarked: 0 time(s)
I'm working on my DevConnections demos for a couple of sessions. One of the examples is a stock REST service interface that provides client side display of stock portfolio data. When I first started putting this small demo together I started with a ListView control that rendered the portfolio data server side. The display of the (incomplete) portfolio data is shown in the figure below. The server side ListView code looks something like this: <div id="lstPortfolioContainer" ><asp:ListView...