Click to See Complete Forum and Search --> : validation summary to show as a pop up box


MaddogC
May 31st, 2005, 05:03 AM
I'm trying to get a validation summary to show as a pop up box. I have

EnableClientScript=True
ShowMessageBox=True
ShowSummary=true

on my validation summary, and have set EnableClientScript=True for the requiredfield and compare validation controls on my page. The Summary is fired but and the summary shows, but I am not getting the Popup

sarvesh189
May 31st, 2005, 06:15 AM
I'm trying to get a validation summary to show as a pop up box. I have

EnableClientScript=True
ShowMessageBox=True
ShowSummary=true

on my validation summary, and have set EnableClientScript=True for the requiredfield and compare validation controls on my page. The Summary is fired but and the summary shows, but I am not getting the Popup
------------------------------
there may be popup blocker in ur browser control toolber or enable it from tools.

sarvesh

MaddogC
May 31st, 2005, 06:19 AM
I've just checked and pop ups are turned off. I've tried other settings in the pop up blicker with no luck.

cmiskow
May 31st, 2005, 01:59 PM
What browser are you using?

MaddogC
June 1st, 2005, 03:28 AM
IE 6, shouldn't be a problem. I regularly have Javascript running with alerts and popup's. I think this related to .net rather than browser settings.

cmiskow
June 2nd, 2005, 09:46 AM
I was asking because .NET will render differently to different web browsers based on settings (in the machine.config i think). I'm not sure why it wouldn't work with IE 6... all I can suggest is to look at the rendered HTML and see what its doing.