Hi,
I have multiple dropdowns named ddl1,ddl2,ddl3 and so on till ddl10.I am giving javascript client id for each like jsddl1,jssddl2,jsddl3 and so on. There is change event on each of the dropdown. On one dropdown change another should be loaded like on change of ddl1, ddl2 should be loaded.
The problem I am facing is I want to write a generic function in js. But, I am not able to get control id at runtime like NFW$("#" + ddl + var1) where var1 = 1 and so on. Can you please help me in letting me know how to get a control at runtime dynamically.
Regards,
Thulasiram Thota