Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
if (newgene == "0")
{
MainPlaceHolder.Controls.Add(holder);
}
else
MainPlaceHolder.Controls.Add(new LiteralControl("<
br
>"));
><br><br><br>")); PlaceHolder holder = new PlaceHolder(); CheckBox autoLabel = new CheckBox(); autoLabel.id= id.ToString() + ": "; holder.Controls.Add(autoLabel); RadComboBox autoTextBox = new RadComboBox(); autoTextBox.ID = "TextBox" + id.ToString(); holder.Controls.Add(autoTextBox); mainPlaceHolder.Controls.Add(holder); How i get the both Checkbox id , RadComboBox id , In the mainPlaceHolder Regards, Mohamed.
PlaceHolder holder = new PlaceHolder();
CheckBox autoLabel = new CheckBox();
autoLabel.id= id.ToString() + ": ";
holder.Controls.Add(autoLabel);
RadComboBox autoTextBox = new RadComboBox();
autoTextBox.ID = "TextBox" + id.ToString();
holder.Controls.Add(autoTextBox);
mainPlaceHolder.Controls.Add(holder);
mainPlaceHolder