0

I use asp.net page and in that page use validation. How to show Message in balloon

Exp: User Name_________ IT use only alpha bate a-z or A-Z

display Message using balloon like "Please enter valid char only"

2 Answers 2

0

You could use JavaScript to validate the input and display a message if it is invalid. You could use a jQuery UI dialog for the balloon.

Sign up to request clarification or add additional context in comments.

Comments

0

This post could be really helpful for ya: jQuery override default validation error message display (Css) Popup/Tooltip like

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.