D
dmedina
#1) put the data in table AA and put a flag like "New
Detail" yes,no and requery you database and if user has
selected "New Detail" then add ther previous data plus the
data with the flag....
#2) when user finish entering the "new Detail option
requery your previous data from Table AA and temp data
from table BB, I am sure that the table AA and BB as the
same schema...
hope this help,
dmedina
such as Name, Address, City, State and Zip.
now stored in a temp. table BB and i store it in XML
Format too.
the rest of the previous held data.
Detail" yes,no and requery you database and if user has
selected "New Detail" then add ther previous data plus the
data with the flag....
#2) when user finish entering the "new Detail option
requery your previous data from Table AA and temp data
from table BB, I am sure that the table AA and BB as the
same schema...
hope this help,
dmedina
querying a table AA. ddDetails now contains information-----Original Message-----
Hi,
I have come across a problem, and don't know which is the best way to go about it.
I have a webform, which has a textbox 'txtZip' and a dropdown 'ddDetails'.
ontextchange of txtZip, i populate the ddDetails by
such as Name, Address, City, State and Zip.
the details doesn't exist in table AA.I added 'New Detail' at the bottom on the code in case
the user enters this information and the information isWhen 'New Detail' is selected, a form is made visible and
now stored in a temp. table BB and i store it in XML
Format too.
populate the dropdown with this new information along withNow, the problem that i am facing is that i want to
the rest of the previous held data.
information from table AA and from the XML file.so basically, i want to populate the ddDetails with