I have textbox1 and i need to allow this textbox1 to accept Arabic characters only
no digit accept also no English characters accept
so that i write in key_up event as following
I get Error exception startindex cannot be less than zero (index out of range)
in line
when try to enter Arabic letters
so that how to solve this problem