Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                
PageBase oPage = (PageBase)this.Page;
PageData  oData = oPage.GetPage(new PageReference(NewCreatedID)); 
oData.PageName = "New Name TEST";
Global.EPDataFactory.Save(oData, EPiServer.DataAccess.SaveAction.Publish);
Or did I missunderstand your question?
/snive
                        