Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: LoadRTF can't work when retrieve RTF data from database.
Re: LoadRTF can't work when retrieve RTF data from database.
09-10-2009, 4:23 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: LoadRTF can't work when retrieve RTF data from database.
Reply
Quote
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