This is the template stored in a physical location.
<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.
<div id ="MyContent">
</div>
This is want exactly i am looking for.
ManoRama