Anbaz,
Use the editor.Text property.
Example:
OleDbCommand command = new OleDbCommand("SELECT Notes FROM Events WHERE EventID = @id", myConnection);
command.Parameters.Add("id", e.Item.Cells[0].Text);
OleDbDataReader result = command.ExecuteReader();
if (result.Read())
{
//set the editor text
Editor1.Text = result.GetString(0);
}
else
{
Editor1.Text = "";
}
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx