Hi Guys,

I just wanted to know if this is the correct way of doing this. I have a utility that takes the for of a wizard. There are five pages to this wizard and each page tends to need data that is selected from the other.

The way I was intending on doing this was to create an object that would hold all of the needed data and pass it by reference to each page as this means that I only need one object to track all of the data. Is this the correct way of doing this or am I going about it the wrong way?