Hi
We have text box field users are copying the data from the word document and pasting into textbox . after saving which is generating some junk characters .
every time when i click on update button . junk characters are increasing .
i noticed for " (double quotes it was replacing with  i tried String replace method to replace these characters . but i am not sure what other characters are getting replaced . Is there any way to solve this problem ?
Please help me to solve this issue . thanks
We have text box field users are copying the data from the word document and pasting into textbox . after saving which is generating some junk characters .
every time when i click on update button . junk characters are increasing .
i noticed for " (double quotes it was replacing with  i tried String replace method to replace these characters . but i am not sure what other characters are getting replaced . Is there any way to solve this problem ?
Please help me to solve this issue . thanks
Comment