vote up 0 vote down star

hi Guys

How can one do this?

I would like to save the master pages template in the database and then based on a query string pull the correct template.

Is this possible?

flag
You want to store the template in the database, or you want to store a record of which template a particular page should be using? – Sosh Nov 4 at 9:08
The template which will contain the content place holders etc... – john Nov 4 at 9:09

2 Answers

vote up 0 vote down

This article by Phil Haack may be of some help to you:

Scripting ASP.NET MVC Views Stored In The Database

http://haacked.com/archive/2009/04/22/scripted-db-views.aspx

It's not directly related to Master Pages however the concepts Phil talks about and uses in his article could be just what you're looking for.

link|flag
I can render the template fine but, the content place holder controls are being abit more ticky any ideas? – john Nov 4 at 10:07
vote up -2 vote down

I can get the template to render but the content place holders render as plain html as they are not added to the page. Any ideas how I can get over this hurdle?

link|flag
Don't write questions in answers area. Rather edit your original question... – Robert Koritnik Nov 4 at 11:09

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.