Simple CMS

Thread is closed for posting
1 posts, 0 answers
  1. 7674CA4B-D16F-44D6-8DEC-8D93E05A4D64
    7674CA4B-D16F-44D6-8DEC-8D93E05A4D64 avatar
    13 posts
    Member since:
    Apr 2008

    Posted 12 Jan 2009 Link to this post

    Requirements

    RadControls version

     Q3 2008

    .NET version

     3.5

    Visual Studio version

     2008

    programming language

     C#

    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    LittleCMS is a small cms that can create Web pages with content in several languages.

    We use various Telerik control such as:
    Radtreeview with menu for classification hierarchy pages with pages on any level (from a db) drag and drop.
    RadMultipage, RadGridView, RadMenu, Ajax, Etc.

    Management of Meta tags and content with preview available.


    Bug : 27/02/2009
    Replace ButtonApplyChangeClick sub by :
    Private Sub ButtonApplyChangeClick(ByVal sender As Object, ByVal e As EventArgs) Handles ButtonApplychange.Click
     Pages.UpdateData()
     Pages.Close()
     CreateDatabaseTemp()
     LabelApplychange.Visible=False
     LabelApplychange.Text = ""
     ButtonApplychange.Visible = False
     ButtonApplychange.Text = ""
    End Sub


    Code created by CodLine s.c.s.
    Website creation and web development
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.