Hi,

I have a drop down whose values are as follows and will be stored in a sql table:
-one
-two
-three

When a value is selected in drop down then a certain list has to be displayed which needs to be pulled from sql table... list will vary based on selection...
e.g., When one is selected then display following items:
1] one
2] one one
3] one one one

I am...