Welcome Guest Search | Active Topics | Sign In | Register

Modal Dialog and validator controls Options
WellThoughtOut
Posted: Friday, November 30, 2007 9:10:23 AM
Rank: Newbie
Groups: Member

Joined: 11/28/2007
Posts: 5
Hi,

is it possible to use the dialog feature to display error message summaries from the standard validator summary controls?

Thanks
Mark
eo_support
Posted: Friday, November 30, 2007 9:52:22 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
It's possible but not easy. You can put a validator summary inside the dialog but you will need to intercept the form submit event and display dialog when needed --- and this requires you to hook up into ASP.NET's validation script, which would definitely rely on MS's implementation detail. Even after you get it working, you would also be running the risk that MS may change their internal implementation in the next release. So I would not recommend you do that.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.