I am using a MultiView control to step through a sign-in/registration process. On the first view, the user signs in. I'd like the second view to load relative data stored in a database. I've been looking around and I'm either using the wrong syntax in my searches or this cannot be done. Could someone please shed some light on this?
EDIT: Looking at the link below. Would I somehow use an OnLoad() method? Not quite sure how the code would look tying that to View2.
EDIT (again): I created a click event for the 'next' button on the first page. I can't test this right now, but at least I can proceed with the code. It makes sense though ..