Introduction
JsRender is the new Jquery library; with the help of this library we can render Client Side Templates.
JsRender is the new Jquery library; with the help of this library we can render Client Side Templates.
Step 1: First of all we will create a new web application with a Blank template:

Step 2: Now we will add Script and View Folders.
Step 3: Now will to the nuget.org site and install the Jang.JsRender for Jsrender.js file.

We will use the PM> Install-Package Jang.JsRender command to install Jang.JsRender.
Step 4: Now in the View folder we will add one HTML page. in that page we will add JsRender.js:
<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"/>
<script src="../Scripts/jsrender.js" type="text/javascript"/>
<script src="../Scripts/jsrender.js" type="text/javascript"/>
Step 5: Now we will create a Json array collection for the Customer Object:
<script language="ecmascript" type="text/javascript">


Gohil JayendrasinhPosted Jul 18, 2012, 4:40 AM
ok .. Thanks
Amit PatelPosted Jul 17, 2012, 10:21 AM
Not control, we can create templates
Gohil JayendrasinhPosted Jul 17, 2012, 9:05 AM
Good One ... using jsReader can we create html control ?