Creating a runtime web component in asp.net and embedding it within a table

  • Thread starter Thread starter Bruno Palozzi
  • Start date Start date
B

Bruno Palozzi

Hi,

does anyone out the know how I can create a runtime web
component in asp.net.

For example, I am trying to dynamically create a text
input field in a vb.net aspx page, and embed it into a
table.

any help would be greatly appreciated.
 
Hi Bruno,

Create one with the Designer (Drag from ToolBox).
Find the code that is generated.
Copy it out to where you want to create it.
Delete the original component.
Fiddle about to get it working.

Regards,
Fergus
 
Back
Top