Can a field communicate to a server and return information to another field without retrieving the whole html code again?
Date:
13 Jan 2005 09:27:48 -0800
I=B4ve got a sql table which has 3 fields. Their relation to each other is like this example.
| CARS | YEAR | PRICE | ford 2000 ford 2001 ford 2003 volkswagen 1999 volkswagen 2000
I am developing an ASP web page that modifies a specific registry. So, it loads the information to some fields, but the user will be able to change only the "PRICE" field. I have to create two selects, one for "CARS" and other for "YEAR". But the "YEAR" field will only contain the correspondent years for each car the user selects. Example: selecting "ford" in the "CARS"
Re: Can a field communicate to a server and return information to another field without retrieving the whole html code again?
Date:
13 Jan 2005 10:08:41 -0800
marce...@yahoo.com wrote: > I=B4ve got a sql table which has 3 fields. > Their relation to each other is like this example. > > | CARS | YEAR | PRICE | > ford 2000 > ford 2001 > ford 2003 > volkswagen 1999 > volkswagen 2000 > > I am developing an ASP web page that modifies a specific registry. > So, it loads the information to some fields, but the user will be able > to change only the "PRICE" field. > I have to create two selects, one for "CARS" and other for "YEAR". > But the "YEAR" field will only contain the correspondent years for each > car the user selects. Example: selecting "ford" in the "CARS"