> Thanks for the reply. The problem in making it modal is this is part of a > wizard and has many pages to fill out so I don't know that modal will work. >
Ah, in that case going "back" should be a natural process, because it means "I might have made a mistake back there" or "I changed my mind". You only need to validate on forward, and you should use a "next" button on top that performs the validation for going to the next page. You do not need to validate on "back", you should in that case discard the data and assume it was not used.
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
