Creating an unordered list with asp.net controls?
I've got this web control that I've been dynamically adding controls to but now the requirement is to add an ordered list around the controls. To render the controls I add the controls to ControlsCollection protected void Page_Load(object sender, EventArgs e) { var document = XDocument.Load(@"http://localhost:49179/XML/...