I want to create an interface for easy creating and updating of simple web sites (users are not expected to know coding). <BR>Just adding pictures and text, maybe menus. <BR><BR>Has anyone seen such thing done with asp.net? I would appreciate any helpfull links.Here this is written in classic asp 3.0 you can change it with a little bit of effort, im also working on this cuz im converting my whole asp site to asp.net. the basic concept is to store values in a database and then have the user pick one of the optional values and write it to a seleced area in the database, thwn when the user logs in it loads it into the users session. heres the code:<BR><BR><!-- #include FILE="adminlock.inc" --><BR><html><BR><BR><head><BR><meta http-equiv="Content-Language" content="en-us"><BR><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><BR><meta name="GENERATOR" content="Microsoft FrontPage 5.0"><BR><meta name="ProgId" content="FrontPage.Editor.Document"><BR></head><BR><BR><body bgcolor="<%= Session (SiteID + "bgcolor")%>" link="<%= Session (SiteID + "link")%>" vlink="<%= Session (SiteID + "vlink")%>" alink="<%= Session (SiteID + "alink")%>"><BR><BR><BR><table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="<%= Session (SiteID + "bordercolor")%>" width="100%" id="AutoNumber1"><BR> <tr><BR> <td width="100%"><BR> <p align="<%= Session (SiteID + "titlealignment")%>"><font color="<%= Session (SiteID + "fontcolor")%>">"<%= Session (SiteID + "pagetitle")%>"</font></td><BR> </tr><BR></table><BR><BR><BR><p><font size="1" color="#008000">Hi</font></p><BR><p><font size="2" color="#FF0000">Hi</font></p><BR><p><font size="3" color="#008080">Hi</font></p><BR><p><font size="4" color="#0000FF">Hi</font></p><BR><p><font size="5" color="#000080">Hi</font></p><BR><p><font size="6" color="#FFFF00">Hi</font></p><BR><p><font size="7" color="#FF00FF">Hi</font></p><BR><BR><p><font color="#FF00FF" size="2"><BR><a href=http://aspmessageboard.com/archive/index.php/"newpage.asp" style="text-decoration: none">Create New Page</a></font></p><BR><BR></body><BR><BR></html>