Hi,
i have filteredtextboxextender in validchars=" ,.[]()" i have given this.
it is working fine .
i have to also allow single quote(') when i am given like validchars=",.[]'()" it is not working .
please send me the code how should i do for allow single quote(') in Filteredtextboxextender
Loading
vibhakar singh chauhanPosted Oct 6, 2013, 1:53 AM
VulpesPosted Oct 5, 2013, 4:52 PM
1. Double the single quote: ",.[]''()"
2. Escape it with a backslash: ",.[]\'()"