| | |
HTML Controls from vb.Net DLL
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jan 2008
Posts: 9
Reputation:
Solved Threads: 1
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
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
System.Web.UI.HtmlControls
When Autumn Falls [ http://www.whenautumnfalls.co.uk ] &&
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
•
•
Join Date: Jan 2008
Posts: 9
Reputation:
Solved Threads: 1
Thanks for getting me started on it!!!
The actual manner to perform this is:
Create a (dll) reference to : System.Web
Then before the Class definition:
Imports System.Web.UI.HtmlControls
Then in the program code :
The actual manner to perform this is:
Create a (dll) reference to : System.Web
Then before the Class definition:
Imports System.Web.UI.HtmlControls
Then in the program code :
asp.net Syntax (Toggle Plain Text)
Dim myTable As New HtmlTable myTable.ID = "ASDFADSF" Dim myTR As New HtmlTableRow myTR.ID = "Whatever" Dim myTD As New HtmlTableCell myTD.ID = "whatever"
Last edited by peter_budo; Jun 16th, 2008 at 9:53 am. Reason: Keep It Organized - please use [code] tags
![]() |
Similar Threads
- Internet Explorer & Windows Explorer (desktop shortcuts) Won't Load! (Viruses, Spyware and other Nasties)
- bridge.dll problem (Viruses, Spyware and other Nasties)
- Error loading "bridge.dll" (Viruses, Spyware and other Nasties)
- bridge.dll help! (Viruses, Spyware and other Nasties)
- Bridge.dll...Make it go away, Plz (Viruses, Spyware and other Nasties)
- What is BRIDGE.DLL (Viruses, Spyware and other Nasties)
- Virus, Adware, or just explorer causing malfunctions-res://mshp.dll/http_404.htm (Viruses, Spyware and other Nasties)
Other Threads in the ASP.NET Forum
- Previous Thread: Read PDF content
- Next Thread: im a begginer
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax alltypeofvideos asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox class click commonfunctions compatible confirmationcodegeneration content contenttype countryselector courier css dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dropdownmenu edit expose flash flv formatdecimal forms formview gridview homeedition iframe iis javascript jquery list listbox login menu microsoft mono mouse mssql multistepregistration nameisnotdeclared news numerical objects order panelmasterpagebuttoncontrols problem radio ratings rotatepage save schoolproject search security serializesmo.table silverlight smartcard sql sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webservice wizard xml youareanotmemberofthedebuggerusers





