All
am new to CuteSoft, please pardon if this is too simple, or often asked, question on this forum.
I have added following tag to the pageName.aspx file
<
CE:Editor id="Editor1" runat="server" />
Am trying to change the text to a string retrieve from the database in the
Page_Load(object sender, EventArgs e) which is coded in the pageName.aspx.cs file. But variable Editor1 is not visible in that method. I get an error
The name 'Editor1' does not exist in the current context.
The line I *THINK* should work is
Editor1.Text = ValueObject.GetLetterText();
Any help appreciated.
Yazar