Thanks for the code ken...
Still am not getting the values.
Actually i have done the readonly part in .cs page, like "Editor1.ReadOnly = true;"
So i think the values are empty when get it.
protected void btn_GetContent_Click(object sender, EventArgs e)
{
label1.Text = Editor1.Text;
}
Any other solution pls.
Thanks,
P. Rajmohan