On Wed, Jun 24, 2009 at 8:35 AM, Felix Gonschorek<[email protected]> wrote: > I use this pattern (SessionState cleared after successful processing), but: > > The form values get not set in my object, because the form has not been > filled out completely.
Why don't you defer the validation to the page that actually stores the data? Or break the form in n forms, each one in a different page? -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
