Yeah seems fine

All the objects of a specific class that I create I store in a collection, so once you create your one object on the first aspx page, chuck it into the collection to store across requests from the client and then its easy to search for that object and pull it out of the collection from the other aspx pages.