views:

207

answers:

1

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"

A: 

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.

ecounysis