Re: CuteEditor value need in aspx.cs page - When the editor in Readonly mode

  •  01-13-2012, 10:43 AM

    Re: CuteEditor value need in aspx.cs page - When the editor in Readonly mode

    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
View Complete Thread