I need to be able to perform the creation of HTML controls (i.e. Tables, form controls) from inside of a DLL in vb.Net
I have searched Goggle far and wide for what Import statement references the HTML objects.
Imports System.Web doesn't do it.
I would like to do something like:
Dim myTable AS Table <--- can do this in asp.Net
Does anyone know the Import or the Microsoft DLL that can be used to do this?
Thanks