I am trying to generate an html div in asp.net.
Since a div is considered as an HtmlGenericControl, I tried using that but don't know how to define the type of control, therefore it always generates a "span".
Any ideas on how I can define it as a div?