Inject form content into div in a static HTMLtemplate and render.

Posted by Manorama under ASP.NET on 9/10/2013 | Points: 10 | Views : 1359 | Status : [Member] | Replies : 1
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


Responses

Posted by: Bandi on: 9/10/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
The following link might give you the direction
http://stackoverflow.com/questions/11843090/screenscraping-a-page-to-inject-html-into-a-masterpage-using-c-sharp-and-mvc

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Manorama, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response