bhakti_thakkar
01-09-2008, 10:09 AM
Hi,
I have an application in which i facilitate the user to add a language translation text. its getting saved in the DB [MSSQL 2005]. Also i then show it back in a <textarea>. now the problem is in case of special characters the </textarea> tags doesnt get closed and it displays the rest of <HTML> tags.
THIS IS WHAT HAPPENS AS BELOW :
La producci el proceso de productos biologicos necesita ser examinada por terceros independientes seg? sistema de la inspecciolocado en la regulaciplicable. Antes de que el producto examinado se pueda certificar como orgᮩco, debe satisfacer los criterios de la regulaci/textarea></td>
</tr>
</table>
what can be done?? the problem is "" characters and may be many others too. how can i handle these types of data?? :eek:
Thanks
I have an application in which i facilitate the user to add a language translation text. its getting saved in the DB [MSSQL 2005]. Also i then show it back in a <textarea>. now the problem is in case of special characters the </textarea> tags doesnt get closed and it displays the rest of <HTML> tags.
THIS IS WHAT HAPPENS AS BELOW :
La producci el proceso de productos biologicos necesita ser examinada por terceros independientes seg? sistema de la inspecciolocado en la regulaciplicable. Antes de que el producto examinado se pueda certificar como orgᮩco, debe satisfacer los criterios de la regulaci/textarea></td>
</tr>
</table>
what can be done?? the problem is "" characters and may be many others too. how can i handle these types of data?? :eek:
Thanks