Server control frame location

  • Thread starter Thread starter rkmoray
  • Start date Start date
R

rkmoray

I have 4 server frames, that depending on what is selected in a
radiobuttonlist, I want displayed. They are all to be in the same
position.
I want to keep a consitant look to the form, no matter which radio
button is selected. How do I set the xy axis on the control?
I tried using a server table control, but it would not hold the panel.
 
Are U using FlowLayout or GridLayout. If it is the former then Control one after the other will be sufficient. As you hide the other 3, the visible one will fall into place. I think it is also possible to move the Control dynamically from Server side code. Someone help.

Regard

Trevor Benedict R
 

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