Alligning Dynamic Radio button [modified]
-
Hi guys, I need to leave space or newline between radio button which is dynamically created but i cant do this any suggestions for ths prob..... 0-->radiobtn 0 1 0 2 0 3 I need like this, 0 1 0 2 0 3
modified on Wednesday, November 12, 2008 9:22 AM
Depends on your environment. If you're in ASP.NET, just include a <br>, <p>, etc. or perhaps use a table to build up the radio buttons. If you're in WinForms, use a TableLayoutPanel (if .NET 2.0+) or docking perhaps. You've got many options really in either environment. Think about how you would do it statically and then build code to replicate that on the fly.
-
Hi guys, I need to leave space or newline between radio button which is dynamically created but i cant do this any suggestions for ths prob..... 0-->radiobtn 0 1 0 2 0 3 I need like this, 0 1 0 2 0 3
modified on Wednesday, November 12, 2008 9:22 AM