Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > General and Integration Projects > Simple CMS

Answered Simple CMS

Feed from this thread
  • Posted on Jan 12, 2009 (permalink)

    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
    Attached files

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > General and Integration Projects > Simple CMS