Пример #1
0
        private void Save()
        {
            string lastLocale = (string)(ViewState["ViewStateLastLanguageCode"]);

            if ((!string.IsNullOrEmpty(lastLocale)) && NewsId.Value != "0")
            {
                MLNewsController.UpdateNews(int.Parse(NewsId.Value), txtHeadline.Text, Server.HtmlDecode(txtDescription.Text), Server.HtmlDecode(txtContent.Text), lastLocale);
            }
        }