[size=2]Having a problem with a Flash/ASP/Database project.
I’ve seen tutorials that pulls address book listings dynamically from the DB. When you hit “next” button it just populates dynamic text fields with variable names like “name” “address” with the appropriate info.
Problem I’m having is… what if you want to display all the entries on the same screen.
If the variable names on the dynamic text fields are hard coded named “name” “address” “phone number” etc. , how can the second set of info display underneath the first one properly and not just pull the same text from the first record into the text fields? (name2, address2, etc.)
Is there a way to dynamically change the variable name of a dynamic text field?
I’m thinking you should be able to have it note how many records there are, then loop until it reaches the end of the record set. So, can the variable names be dynamic so it will populate the text fields with the appropriate info?
Any help would be appreciated.
Thanks
ryano
[/size]