I\'m listing some controls at my web page dynamically, either I\'m adding newline with Label\'s.
Label newLine = new Label();newLine.Text = \"\";
I would suggest that you don't use at all. Use CSS to display your controls. display:block on your elements will work just fine. Less messy!