i use asp.net 4.5 and i create Project to post news with use ajax AjaxControlToolkit NET45
data when post is no any problem's and save is success to database ?
data when retrieve to label no problems ? but when i want retrieve to editor box cant show and retrieve empty ? why ? i want update my news by retrieve new to editor box ?
show file.aspx

i want set retrieve data to editor content ? to update them to database ?
when i post editor.content= " example any string "; in Page_Load Function is post and no problem ? but when data post to content into file.aspx is post empty ?
why
sea data
you can see my image next all data post into textbox but data can not post to editor box ? why ? i post the content from database to text box or label there are no problem but when i want use editor.content=" to set any data " cant do that ? when i test and post data into page_load function the data insert into editor content ?
i want set my retrieve data into editor box ? and can change to update them to database ? how do that !!!