Groups | Blog | Home
all groups > asp.net webcontrols > june 2003 >

asp.net webcontrols : MultiPage Validation



Kenny
6/27/2003 6:15:56 PM
Hi all,

I am using tabstrip and multipage controls on one aspx page. I have lots of
input controls on different multipage's pageviews. When I used the
validation control to validate the controls on one pageview, it also
validate all the other controls on the hidden pageviews. I am stuck here for
a while and no
solution found yet. How could I validate controls on different pageviews
separately?

Thanks a lot,
Kenny Kee

Kenny
6/28/2003 2:13:05 AM
Looks like the MultiPage WebControl is something like a control just to
display data in categories
OR
a step by step process which at the end will submit all data in one short.

This is not a good enough :(

HELP !!!

[quoted text, click to view]

Teemu Keiski
7/1/2003 3:21:05 PM
Try setting ClientTarget="ie4" or "downlevel" on the Page directive. It
should prevent MultiPage to render all Pages at once and will render only
the selected Multipage. Therefore validation should mostly work for every
MultiPage separately because validation controls that are set to
Visible=false (won't render) or Enabled=false are also automatically valid,
i.e they won't fire the validation.

--
Teemu Keiski
MCP,Designer/Developer
Mansoft tietotekniikka Oy
http://www.mansoft.fi

ASP.NET Forums Moderator, www.asp.net
AspAlliance Columnist, www.aspalliance.com

Email:
joteke@aspalliance.com


"Kenny" <keejh@hotmail.com> kirjoitti viestissä
news:eXSDRdNPDHA.3020@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button