Hi,
I'm starting to play around with user controls which I've included in multiple pages.
The user control is a small box (300 x 300) and the problem is I'd like to have multiple pages (panels?) within the user control but not submit the form (user control?) - instead I'd like the next page (panel?) to move in from the right.
Example:
- First user enters their name, clicks "Next" button
* Possibly save what the user has entered to db
* Screen 1 moves to the left, screen 2 moves in from the right
- Next they enter their age, clicks "Next" button
* Possibly save what the user has entered to db
* Screen 2 moves to the left, screen 3 moves in from the right
- Displays the user's name and age
I need the above to happen without submitting the containing page.
Can anyone advise how I'd construct this? Would I use panels and a jQuery animation function?
Many thank ...
Go to the complete details ...