Re: LoadRTF can't work when retrieve RTF data from database.

  •  09-10-2009, 4:23 AM

    Re: LoadRTF can't work when retrieve RTF data from database.

    Hi hery2002,
     
    please make sure "ds.Tables[0].Rows[0]["COLUMN"].ToString()" return a correct path.
     
    Try to output the paht Response.Write(ds.Tables[0].Rows[0]["COLUMN"].ToString()) and make sure this file exist.
     
    Regards,
     
    Ken
View Complete Thread