I'm using a tabstrip and multipage control together. This is great for normal operation, but what I'm trying to do is only let user's go to the next tab once all the required elements have been filled in on page1, then on page2 etc...
Any suggestions on how one would accomplish this? I can do this without the tabstrip and multipage, but it requires way tooo much html logic.
Absolutly do not use any IE only controls unless your on a private network that enforces IE use only.
I think validators will do what you want to do. If the tabstrip doesn't check page.IsValid before moving to another tab (if not has an option to turn that on and off) then the control is faulty.