Dynamic server controls and positioning

G

Guest

Hello Guys,

I am rendering the server controls dynamically using XSLT
but having tough time positioning them on the web form the
place where I want them to be.

To be precise, I have two image buttons generated
dynamically, even though I arranged them in two different
cells in my XSLT but still they appear side by side.

I am using my placeholder to place the XSLT output on the
webform. I tried using a Panel and adding the image
buttons but to no avail.

Any pointers would be highly appreciated!

TIA
 
T

Tommy

I don't quite understand what you are trying to do. Could you please
explain in greater details?

Cells on the same row are aligned side by side, so it makes sense that
you image buttons showed up side by side.

If you want to set absolute position to the image buttons, you can do
it with the "style" attribute.

For example,

<img style="LEFT: 200px; POSITION: absolute; TOP: 100px"/>

Tommy,


[email protected]>...
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top