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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top