Mathie
03-09-2006, 08:26 AM
Hello. I was wondering if anyone could help me by telling me how in the world you do this:
i have made a class named Business that has several properties (name, address, phone number....) and that works. what i want to do now is i want to try and find a way to show all of the instances of that objects parameters on the webform,. i need a way to to have some sort of loop that can allow me to enter in all the data on the screen, sort of like this:
Name (business objext 1)
Address
Phone Number
City, zipcode
----------------
Name (business objext 2)
Address
Phone Number
City, zipcode
----------------
........
and keep onm going until all the objexts have been shown. i dont initially know how many there are goin to be since each search brings back a different amount (from an XML feed). if someone could please helkp me that would be great thank you!
i have made a class named Business that has several properties (name, address, phone number....) and that works. what i want to do now is i want to try and find a way to show all of the instances of that objects parameters on the webform,. i need a way to to have some sort of loop that can allow me to enter in all the data on the screen, sort of like this:
Name (business objext 1)
Address
Phone Number
City, zipcode
----------------
Name (business objext 2)
Address
Phone Number
City, zipcode
----------------
........
and keep onm going until all the objexts have been shown. i dont initially know how many there are goin to be since each search brings back a different amount (from an XML feed). if someone could please helkp me that would be great thank you!