Click here to Skip to main content
15,914,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This is the template stored in a physical location.
XML
<html>
<head>
//logo and some content
</head>
<Body>
<div id ="MainContent">
</div>
<div id ="MyContent">
</div>
<div id ="Footer">
</Body>
<html>

I have to render this template with some form content inside MyContent (This will be another form with submit button and controls). Also i need to have server control over this form.
XML
<div id="MyContent">
</div>

This is want exactly i am looking for.
Posted
v2

1 solution

You can do it by using JSRender
for more go through this link
http://www.jsviews.com/#jsrender[^]
Hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900