C
catweezle2010
Hello,
I have two colums for adressdata. The first one is enabled and
includes fields like name, city and postcode. The second has the same
fields, but is disabled. With a button, which says, there is a
different delivery address, I enable them. To here no Problem.
To be sure the postcode and cityname are correct, I open a second
aspx-page, where the postcode is to be entered. From the database I get
the cityname (if more then one to a datagrid, where to select). No I
write the data back to my first site.
The Problem is, it works only while I do not change the state of the
fields. After the first time I click to enable the delivery address
fields, the javascript to write back the values says, the field is null
or no object. It dosn't matter if I disable the fields again. But not
only the statechanged fields are not to find, the fields I haven't
changed are not available anymore as well.
Thank you for helping.
I have two colums for adressdata. The first one is enabled and
includes fields like name, city and postcode. The second has the same
fields, but is disabled. With a button, which says, there is a
different delivery address, I enable them. To here no Problem.
To be sure the postcode and cityname are correct, I open a second
aspx-page, where the postcode is to be entered. From the database I get
the cityname (if more then one to a datagrid, where to select). No I
write the data back to my first site.
The Problem is, it works only while I do not change the state of the
fields. After the first time I click to enable the delivery address
fields, the javascript to write back the values says, the field is null
or no object. It dosn't matter if I disable the fields again. But not
only the statechanged fields are not to find, the fields I haven't
changed are not available anymore as well.
Thank you for helping.