Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Problem with dynamic radio button [modified]

Problem with dynamic radio button [modified]

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netwpfwcfhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    B87
    wrote on last edited by
    #1

    Hi freinds, Iam creating radio buttons at runtime it is working fine in internet explorer but with firefox it is very difficult to select radio button. I am using ASP.NET c#,version 2.0 this is the code iam using, RadioButton rd = new RadioButton(); rd.ID = "id" + i.ToString(); rd.Text = ans[i]; rd.GroupName = "dynrd"; And binding needed RB to Panel like this, Panel1.Controls.Add(rd); How to solve it....I can select radio button but it is very difficult to select.

    modified on Monday, December 22, 2008 8:43 AM

    C 1 Reply Last reply
    0
    • B B87

      Hi freinds, Iam creating radio buttons at runtime it is working fine in internet explorer but with firefox it is very difficult to select radio button. I am using ASP.NET c#,version 2.0 this is the code iam using, RadioButton rd = new RadioButton(); rd.ID = "id" + i.ToString(); rd.Text = ans[i]; rd.GroupName = "dynrd"; And binding needed RB to Panel like this, Panel1.Controls.Add(rd); How to solve it....I can select radio button but it is very difficult to select.

      modified on Monday, December 22, 2008 8:43 AM

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      what does 'difficult to select' mean ? It sounds like your firefox is not drawing the radio buttons well. You have to explain yourself better. If the buttons are too small, try using CSS to make them bigger perhaps ?

      Christian Graus Driven to the arms of OSX by Vista.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups