andy vie
andy vie

Reputation: 1

processing pages in asp.net

i'm new to asp.net, but familiar with c#, .net. i want to write a cms for asp.net, which has the pages of the website in a database. these pages contain asp controls, like asp:Repeater which have to be processed after loading the page from the database, and before sending it to the client like a normal aspx page.

i have no idea how to do this, does anybody has some hints where to start (classes that have to be used, or links with some info).

thanks !

Upvotes: 0

Views: 71

Answers (1)

Stefan P.
Stefan P.

Reputation: 9519

You should check the existing CMS open source projects like DotNetNuke, Umbraco or Kentico

http://www.microsoft.com/web/gallery/Categories.aspx?category=ContentMgmt

Upvotes: 2

Related Questions