im using linqtosql and xval to validate server side and client side. im trying to do a wizard style form but cant pass the actual values accross different actions.
any ideas?
im using linqtosql and xval to validate server side and client side. im trying to do a wizard style form but cant pass the actual values accross different actions.
any ideas?
You have three choices: store the values in TempData, store the valus in the Session, or write the temporary values to hidden fields in the view and reload them at each step.