I\'m new to ASP.NET, and I\'m having a problem getting a listbox to return the proper data when posting to another page. I have gotten dropdownlists and radio buttons to work. For instance, for dropdo
I\'m using the asp.net PreviousPage functionality and cross-page postback.The problem i\'m running into is that if I have any postbacks on my page, the PreviousPage information seems to be lost.I don\
I\'m working on a wizard-like set of page, and I\'m relying on cross page postbacks to navigate between them.