//get private void getArticle() { txtTilte.Text = fm.getArticle("Title", getIDArticle()); txtSource.Text = fm.getArticle("Source", getIDArticle()); txtDate.Text = fm.getArticle("DateOfPost", getIDArticle()); txtMapAdd.Text = fm.getArticle("MapAdd", getIDArticle()); editorContent.Text = fm.getArticle("Contents", getIDArticle()); ddlCity.SelectedValue = fm.getArticle("IDCity", getIDArticle()); ddlCategory.SelectedValue = fm.getArticle("IDCategory", getIDArticle()); }