Search

You searched for the word(s):
< 1 second(s)
  • Re: Cannot access edited data (VB.NET)

    Thanks AdamI had the horrible feeling it might have been me doing something stupid.&nbsp; The number of times I have written a page_load event, I shouldn't have missed that bit.&nbsp; Hopefully this thread might save someone else from the same level of frustration.Sorry to have bothered you and thank you for your prompt help.-- RegardsPete
    Posted to Cute Editor for .NET (Forum) by pjoules on October 19, 2006
  • Re: Cannot access edited data (VB.NET)

    Hi AdamThe .aspx file is:&lt;%@ Page Language=''VB''&nbsp; Debug=''true'' MasterPageFile=''~/Biolife.master'' AutoEventWireup=''false'' CodeFile=''EditPage.aspx.vb'' Inherits=''Admin_EditPage'' title=''Untitled Page'' %&gt;&lt;%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %&gt;&lt;asp:Content ID=''Content1'' ...
    Posted to Cute Editor for .NET (Forum) by pjoules on October 19, 2006
  • Re: Cannot access edited data (VB.NET)

    Hi Adam &nbsp; That is what I am doing.&nbsp; The .text and .XHTML properties still contain the original version of the code for some reason.&nbsp; This is my button_Click event - including the response.write staements which I am using for debugging purposes: &nbsp; Protected Sub btnSave_Click(ByVal sender As Object, ByVal e As ...
    Posted to Cute Editor for .NET (Forum) by pjoules on October 19, 2006
  • Cannot access edited data (VB.NET)

    I have created&nbsp; a page containing the CuteEditor object and created my own 'save' button.&nbsp; It the code behind the button's click event I am attempting to save the edited data back to my content database but the editor1.text property still contains the original unchanged text.&nbsp; How do I get at the HTML for the edited ...
    Posted to Cute Editor for .NET (Forum) by pjoules on October 19, 2006