Hey guys
I have Table in which on click of "checkbox" Dropdown list should open
By default dropdownlist is false
Can anyone send me code...
what does "dropdownlist is false" mean. Is the dropdownlist on the page? is it invisible? is it enabled? does it have values?
provide some more information if you want to get an answer.
hth,
mcm
Please explain as the above person is asking.
Else if you dropdown is visible false do:
if(checkbox1.checked)
{
dropdownlist.visible = true;
}
hey i got my answer my question was like if dropdown list is enable what will be code on click on "chekbox".. but i got my ans... :)
0 comments:
Post a Comment