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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -