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 Answers2

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.

eric.christensen
  • 3,191
  • 4
  • 29
  • 35
0

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

Community
  • 1
  • 1
Tohid
  • 6,175
  • 7
  • 51
  • 80