Hi,
I am using the freetextbox control in my page.
This is used to design the pages on run time. But problem is that when i write the text first time to save this is working fine and showing the right HTML code, but when i use this box to edit some already existing page then this add the following code automatically to the HTML which is causing error when i view the edited page in explorer.
<?xml:namespace prefix = asp />
What does this code means! is any way to stop freetextbox control to add this code or programitally is it possible to remove this line from html when saving the page