Capture the total string with all the corresponding dropdown values and delimit from that string.
Like in your case use "
select name="DrpDwnProblemDetail" as the LB and
</select></td> as the RB that will capture all the availabe drop down values. use strtok() function and delimit and select a random one.
Thanks, Ajay