Dynamically Add and Position Web Controls

  • Thread starter Thread starter Landley
  • Start date Start date
L

Landley

Hi,

Has anyone got some sample code to add web controls and position them on a
web page?

Cheers,

Landers
 
Hi,

Has anyone got some sample code to add web controls and position them
on a web page?

Best would be to use a placeholder to add a control at a specific place.
 
Lucas Tam said:
Best would be to use a placeholder to add a control at a specific place.



--
Lucas Tam ([email protected])
Please delete "REMOVE" from the e-mail address when replying.

Newmarket Volvo Sucks! http://newmarketvolvo.tripod.com

Is that possible with DHTML?

Basically, I have a DIV tag set to runat the server. I show and hide the
contents of the DIV tag using a HtmlGenericControl in my base class. I
position the DIV tag using absolute position specified in a style sheet.

Would the placeholder method work with this set up?
 
Done it now. Thanks anyway.

L.

Landley said:
Is that possible with DHTML?

Basically, I have a DIV tag set to runat the server. I show and hide the
contents of the DIV tag using a HtmlGenericControl in my base class. I
position the DIV tag using absolute position specified in a style sheet.

Would the placeholder method work with this set up?
 

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