Re: Database Content Not Showing up in Editor

  •  02-25-2010, 7:54 AM

    Re: Database Content Not Showing up in Editor

    Dear bdassow,
     
    In your code, editor.Text = mfmNews,editor will display the content of variable "mfmNews", when you query data from database , you should assign the retrieved result to variable "mfmNews", please check whether this step is correct.
     
    Regards,
    Eric 
View Complete Thread