Hello all,I have the following created where the table will have two
drop down list.The first problem category will be having, lets say x,y
and z.Next problem code depends on problem category that when x selected
then it will create list of x1,x2,x3 or y selected then populate
y1,y2,y3I have the above mentioned created without any problem.However,
I am also having add row. So when come to second rows, the above
function will not work anymore as it is different row objects.What can I
do to resolv...