Hi,
I'm trying to import the FCK editor into my .aspx file. I also want the information entered in the editor to be updated in my MS SQL database. This is where my problems start. I can't seem to get to the information entered in the editor becasuse FCK editor seems to use the 'Value' property to store the info entered and MS Visio wants it to be a 'Text' property (like all other server controls).
How do I convert (or get hold of ) the information entered so that I can store it in my database?
Do I have to change the FCK editor to have a 'Text' property insted of the 'Value' property?
Please help,
/Andy
I'm trying to import the FCK editor into my .aspx file. I also want the information entered in the editor to be updated in my MS SQL database. This is where my problems start. I can't seem to get to the information entered in the editor becasuse FCK editor seems to use the 'Value' property to store the info entered and MS Visio wants it to be a 'Text' property (like all other server controls).
How do I convert (or get hold of ) the information entered so that I can store it in my database?
Do I have to change the FCK editor to have a 'Text' property insted of the 'Value' property?
Please help,
/Andy
RE: Storing the info enterd into a MSSQL database
RE: Storing the info enterd into a MSSQL database