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
 
Back
Top