| | |
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
Views: 1718 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 activexcontrol advice ajax anathor asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox child click commonfunctions compatible confirmationcodegeneration content contenttype courier css database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdown dropdownmenu edit expose feedback flash flv folder form formatdecimal forms formview google grid gridview homeedition hosting identity iframe iis index javascript jquery list menu migration mono mssql multistepregistration nameisnotdeclared object objects order problem ratings refer rotatepage save search security serializesmo.table session silverlight smartcard sql sqlserver2005 suse textbox tracking typeof unauthorized update validation vb vb.net video view virtualdirectory vista visual-studio visualstudio web webarchitecture webdevelopemnt xml youareanotmemberofthedebuggerusers





