I have a problem for entering mobile no in text box that mobile no must start with 7,8 or 9
and Max size of textbox is 10.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Midhun TpPosted Aug 25, 2016, 4:21 AM
VandanaPosted Aug 25, 2016, 5:28 AM
ErrorMessage="Number Start with 7,8 or 9" ValidationExpression="^[789]\d{9}$"
ValidationGroup="a">
Nitin SontakkePosted Aug 25, 2016, 4:25 AM