Hi All, Quick Question, I am trying to add a DIV dynamically. How do I add this style to it in my code behind file? This is what I have so far... Style Wishing to Add: < div style ="padding:5px; cursor: pointer; vertical-align: middle;"> Code Behind: Dim mydiv As System.Web.UI.HtmlControls...