473,326 Members | 2,147 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,326 software developers and data experts.

how to position a RadioButtonList after a TextBox

Hello,

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RadioButtonList ID="RadioButtonList1" runat="server">
<asp:ListItem Text="test"></asp:ListItem>
<asp:ListItem Text="boe"></asp:ListItem>
</asp:RadioButtonList>

How do I get the radiobuttton's after the textbox? It keeps getting
below it?

Thanks
Bjorn

Oct 5 '06 #1
1 3803
Hi Bjorn,

You can set the repeat layout to "Flow" but it still might not do what you
want:

<asp:textbox id="TextBox1" runat="server"></asp:textbox>
<asp:radiobuttonlist id="RadioButtonList1" runat="server"
repeatlayout="Flow">
<asp:listitem text="test"></asp:listitem>
<asp:listitem text="boe"></asp:listitem>
</asp:radiobuttonlist>
You may have to add a one-row table with the textbox in one column and the
radiobuttonlist in the other.

Ken
Microsoft MVP [ASP.NET]
<bj*********@gmail.comwrote in message
news:11**********************@k70g2000cwa.googlegr oups.com...
Hello,

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RadioButtonList ID="RadioButtonList1" runat="server">
<asp:ListItem Text="test"></asp:ListItem>
<asp:ListItem Text="boe"></asp:ListItem>
</asp:RadioButtonList>

How do I get the radiobuttton's after the textbox? It keeps getting
below it?

Thanks
Bjorn

Oct 5 '06 #2

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

Similar topics

1
by: Philip Wagenaar | last post by:
As far as I can tell it is not possible to make a RadioButtonList with a textbox as an Item. Ie. 1. Yes 2. No 3. Other would be the textarea.
2
by: tomh | last post by:
I need to have TextBoxes included in the ListItems of a RadioButtonList. So it would look something like this: <asp:RadioButtonList runat="server" id="rblError" CellPadding="3"> ...
0
by: Hugo Flores | last post by:
Hi, Here's the situation: I create a table on run time(Page_Init) I add a textbox to the first row I add a RadioButtonList in that same row The problem is that when I try to get the values...
5
by: velu | last post by:
Problem in getting value from textbox & radiobuttonlist to a valuable inside a datagid. I want to insert a record into a table thru datagrid. Here is the code (see below) Private Sub...
1
by: novice_developer | last post by:
Hi All, there is a radiobuttonlist having 2 list items (state & zipcode). when i select state radiobutton the zipcode textbox should be disabled and when i select a zipcode radiobutton the state...
0
by: marianowic | last post by:
Hello. I`m killing my computer for 2 days and I can`y figure it out. First I will present the situation: I`m building and WWW system in VS 2005. I`m using a MaterPage ( maybe this is the problem...
0
by: rcoco | last post by:
Hi, Ihave a datagrid that Insert data in some rows. One column has RadioButtonList that contains three Items. But When I select one radiobuton, insert data in other columns and select insert data...
0
by: BizEd | last post by:
I have a textbox that fires an autopostback when filled in. The next field after the textbox is a RadioButtonList which I set focus to. The radiobutton list does have focus and activates when you...
1
by: renuami | last post by:
Hello friends please advise....... I am building an application for Survey. For this i have GridView with two Template fields. The first Template has Label (To display question text) and...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.