I created a method and pass the element type, id, and any inner text that instantiates a new html element. The last statement: Me.Controls.Add(element)
adds it to the end of the page, but I would like it to be inserted in a specific position (between 2 divs within a form). What I am describing is very similar to this post on SO here, although it was for javascript.