473,396 Members | 1,783 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

question about asp:RadioButtonList

<asp:RadioButtonList></asp:RadioButtonList>

only allow create a vertical radion button list

how can I use it to create a horizatial radio button list?

thanks~
Nov 19 '05 #1
5 1170
yes
found solution
thans~~
Nov 19 '05 #2
I believe you are looking for the RepeatDirection property try setting it
to Horizontal.

Other properties of interest might be RepeatColumns (how many columns to use
before wrapping to the next line) and RepeatLayout (table or flow) to
control how the radiolist is generated (in a table or using span's
respectively)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Utada P.W. SIU" <wi******@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
<asp:RadioButtonList></asp:RadioButtonList>

only allow create a vertical radion button list

how can I use it to create a horizatial radio button list?

thanks~

Nov 19 '05 #3
Use

RadioButtonList1.RepeatDirection = RepeatDirection.Horizontal

Juan T. Llibre
ASP.NET MVP
===========
"Utada P.W. SIU" <wi******@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
<asp:RadioButtonList></asp:RadioButtonList>

only allow create a vertical radion button list

how can I use it to create a horizatial radio button list?

thanks~

Nov 19 '05 #4
yes~~ found it ~
thanks~
Nov 19 '05 #5
yes~~ found it ~
thanks~
Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: darrel | last post by:
I'm using some standard HTML radio buttons (to allow finer javascript interaction) on a web page and would like to catch the selected item on postback. Since they are all ID's uniquely, is there a...
1
by: Chris Kettenbach | last post by:
Good Afternoon Everyone, Is there any way to set the font of the listitems inside a radiobutton list? I have tried spans, tds, and tables and I can seem to get it to work. The html redered by...
1
by: =?Utf-8?B?Qw==?= | last post by:
I have below. <asp:RadioButtonList ID="rblConfirm" runat="server"> <asp:listitem value="Yes">Yes</asp:listitem> <asp:listitem value="No">No</asp:listitem> </asp:RadioButtonList>
0
by: =?Utf-8?B?Qw==?= | last post by:
I have below. <asp:RadioButtonList ID="rblConfirm" runat="server"> <asp:listitem value="Yes">Yes</asp:listitem> <asp:listitem value="No">No</asp:listitem> </asp:RadioButtonList>
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.