Hi All,

In my app, i need to dynamically generate several label control . My problem is how to specify the position of those controls.
For example,

Dim lblNew As New System.Web.UI.WebControls.Label()

now, i want the lblNew located on the specified location. How can i do that ?