Re: Editor sends empty string to database

  •  09-11-2006, 3:13 PM

    Re: Editor sends empty string to database

    I just tried it using .Value = "text" and that writes to the database. I trited testing both editors and neither one is outputting data even adding to my finally statement
     
    Response.Write(Editor1.Text); or the same for editor2.text
     
    i get nothing returned
View Complete Thread