views:

35

answers:

2

Hi, For some strange reason an alert dialog with the text title "Message From Web page" and message "-" displays when posting back a for with validation. There are no custom validation scripts that display an alert window. I am debgging javascript using IE development toolbar? Is it possible to break into the code that displays the alert box? so far I have been unable to do so.

Thanks

A: 

CTRL-SHIFT-J (also under the Page > Developer > Debug JavaScript menu item) in chrome to debug javascript. Debuggin in chrome is easier than IE

Ismail
A: 

the validation error was displayed by validation summary control with no display. Thanks for taking the time.

nitroxn