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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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.
|