M
Mike
I have a dropdown with states on my web form, when a user selects a state I
need to show rules for that state. There are times that the rules may be
modified, so what I want to do is have all of my state rules in an XML file
(I don't see a need for a database for state rules) and allow the user to
show the rules for the state they select in the drop down and also give a
group of users the ability to update the XML files for states that the rules
that have changed. Is there a way to do this?
so I have
state drop down
user select a state a rules show for that state
on an 'update' page, a user can update a set of rules for 1 or all states. I
will have the update page have a state drop down so the user cannot update
all states at once.
need to show rules for that state. There are times that the rules may be
modified, so what I want to do is have all of my state rules in an XML file
(I don't see a need for a database for state rules) and allow the user to
show the rules for the state they select in the drop down and also give a
group of users the ability to update the XML files for states that the rules
that have changed. Is there a way to do this?
so I have
state drop down
user select a state a rules show for that state
on an 'update' page, a user can update a set of rules for 1 or all states. I
will have the update page have a state drop down so the user cannot update
all states at once.