Click to See Complete Forum and Search --> : Scrollable Radio Button list in dot.net


Sajuddeen
July 24th, 2006, 06:21 AM
Hi am shaju,
I have in my page two dropdown list(state and Region),two buttons in the bottom(Cancel and Next) and RadioButtonList.Depending upon the dropdownlist selection RadioButtonlist will display.So the pbm is when i select a particular option in dropdownlist Next and Cancel button goes down as page becomes scrollable.Instead of that i need Radio Button List should be scrollable s o that i can view the cancel and Next and Radio button list can be viewed.This happening because, total of 44 list are there in the List.

Some one can u help me to make this work and Is there any other control which i can use instead of Radio Button list.

Note:In the Radio button list i have href also for a link.
Below is the javasrcipt code for that....



javasript
=======

locationRadioList += "<table id='locTable' height='5%'>" +
"<tbody><tr>" +
"<td class='textbold'><input checked type='radio' name='rblist' value='" + splitLocationCityAry[i] + "'>" + aryOfLocations[1] +", " + aryOfLocations[2] + ", " + aryOfLocations[5] + "</input></td>" +
"<td class='textlink'><a href='" + aryOfLocations[7] + "' target='_BLANK'>map</a></td>" +
"</tr></tbody></table>";





html===
<TD align="left" width="10%"><SELECT class="text" id="State" onchange="populateRegions()" name="State">
<OPTION selected>-- <asp:label id="stateoption" runat="server" CssClass="textbold"></asp:label> --</OPTION>
</SELECT>



plz help me out