ASP.NET - asp.net radio button display

Asked By Ashok Kumar
06-Sep-10 05:33 AM
Hi all
iam new to Asp.net
iam trying to run a registration form
which contains radiobuttonlist
my radio button list contains several items inside,,so it occupies lots of space in my form...by default it displays my items vertically!
i need to display my items "Horizantally"
is there any property to make my radiobuttonlist to display horizantally??? should i change any property in my design page
please help!

Thanks in Adv

Ashok
  harsh shah replied to Ashok Kumar
06-Sep-10 05:39 AM
Hi,

set below property

RepeatColumns="4"
RepeatDirection="Horizontal"

Regards,

Harsh Shah
Create New Account
help
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP.NET sessions with classic ASP? (B) Which are the various modes of storing ASP.NET session
Radio button how to use radio buttons for selecting male or female in registration form re: Like this if you are using in asp.NET, use this code HTML Code <asp:RadioButton ID = "RadioButton1" GroupName = "Gender" runat = "server" Text = "Male RadioButton GroupName = "Gender" ID = "RadioButton2" Text = "Female" runat = "server" / > if you are using in windows form http: / / www.java2s.com / Code / CSharp / GUI-Windows-Form / Getselectedradiobutton.htm thank you Re: Radio
Crystal Report Dear Sir, I have text boxes and some other controls in form and a datagridview with data. I want to create crystal report which will combine all data. Pls help Crystal Reports in ASP.NET Crystal Reports is the standard reporting tool for Visual Studio .NET used to display data business model 3. Exposes a report object model, can interact with other controls on the ASP.NET Web form 4. Can programmatically export the reports into widely used formats like .pdf, .doc, .xls, .html report i.e. the .rpt file 1) Add a new Crystal Report to the web form by right clicking on the "Solution Explorer", selecting "Add" - -> "Add New Item" - -> "Crystal Report". 2) On the "Crystal Report Gallery" pop up, select the "As a Blank Report" radio button and click "ok". 3) This should open up the Report File in the Crystal
question hello , pls sort out my problem, tell me some easy code of online student registration form because i have make a project on this topic and plz also tell me the list of controls like which controls take for this project like(textbox, button, listbox radio button or any other button tell me which are help me to make my project) pls tell me easy code in tabular format it would be good to datagrid which not only displays in tabular form but also has additional features like editing, inserting updating etc In addition to this you can make use of several other control like combobox which minimizes the space in form to select one value from multiple values. you can also use other controls like listbox