Develop a web form having a list box filled with customer names. Fill customer names in text and customer id in value properties of list items.
Try to transfer the selection of list item made by user to another page using query string.
Add a few more web controls on web form. Extend your code to transfer all selected/entered values to a second web form using query string.