hosting servers

hosting servers


hosting servers
Top Hosting Center To Offer CloudLinux On All Of Its Cloud Hosting Solutions
Cloud Linux Inc., an innovative software company dedicated to serving the needs of hosting service providers, announces recently that Top Hosting Center, a cloud-hosting provider based in Montreal, Canada, will offer CloudLinux as one of its standard Linux Operating Systems (OS) on its cloud solutions, including its Cloud Sites and Cloud Servers offerings.
[phpzon]hosting servers, 5, Electronics[/phpzon]
[phpbay]hosting servers, 30, "11211"[/phpbay]

Web Hosting Services | Reseller Hosting | Dedicated Servers

c server control

c server control


c server control
add RadioButtonList at run time(asp.net 1.1)(c#)?

i used following code for adding RadioButtonList at run time:
RadioButtonList j=new RadioButtonList();
ListItem g=new ListItem("check1","check");
Controls.Add(j);
j.Items.Add(g);

but i get this error :( Control '_ctl0_0' of type 'RadioButton' must be placed inside a form tag with runat=server )
note: my code insert at

You need to place the radiobuttonlist inside of a container that is on the page. You can use a asp:ContentPlaceholder or asp:Panel. Place one of those on the page and you can add the radiobutton list to that control.

aspx file:


c# code behind:
RadioButtonList j=new RadioButtonList();
j.Items.Add(new ListItem("check1","check"));
this.panel1.Controls.Add(j);

This should work for you. Good luck...

[phpbay]c server control, 30, "11211"[/phpbay]
[phpzon]c server control, 5, Electronics[/phpzon]

How To Set up : Real VNC