T
Tamir Berger
Hi,
I have an ASP.NET form that includes several combo Boxes.
The first Combo is loaded with items on Page_load.
The second depends on the item selected on the first, the third on the
second and so on.
I don't want to transfer all the data needed with the form and also want to
avoid page refresh on every item change.
What is the best method for doing this?
I heard about xmlhttp and WS but I don't know if any of those technologies
is appropriate and how to use them in the project.
Samples will help me very much.
10X.
I have an ASP.NET form that includes several combo Boxes.
The first Combo is loaded with items on Page_load.
The second depends on the item selected on the first, the third on the
second and so on.
I don't want to transfer all the data needed with the form and also want to
avoid page refresh on every item change.
What is the best method for doing this?
I heard about xmlhttp and WS but I don't know if any of those technologies
is appropriate and how to use them in the project.
Samples will help me very much.
10X.