hi all,
i am developping a c# asp.net web app and i have a few questions please.
1- i want to make visible a dropdown list when a certain radiobutto is checked.
2- i want to add this dropdownlist to the same Groupe name as the radio button ( could not find it the dropdownlist properties...).
3- I have 2 different GroupeNames. if i select any item in the groupename 1 , then any item in groupe name 2 will be deselcted.
(i.e switching between groupenames).
4- i want to put a default value that appears on the dropdownlist before any selection.
is it possible and how
thanks for all of you guys.
M.