Problem with dynamic radio button [modified]
-
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
-
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
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.