c# - Issue with a '?' character -


i working on asp.net c# app on webforms. have textbox using send sms mobile phones using api.

whenever put ? in textbox disables events on page, no event gets fired.

not able understand issue?

maybe, because special regex character? hard answer without code, try escape question mark

\?


Comments