I know this is ridiculously simple but it is not obvious to me. I have several controls on a asp page. I want to place controls beside each other but it always goes up under the control when I drag it to the design window.
For example, I have a detailView all the way to the left of my form. I want to put an image control to the right of the detailView. Every time I drag the control to the designer, it appears it will be placed correctly beside the detailView but when I let go, it drops below it. Do I have to put these in a table or manually change the code to get the layout I want?? Surely not.
What's the secret?? Is there some formatting option I can disable that will allow free placement?
TIA
For example, I have a detailView all the way to the left of my form. I want to put an image control to the right of the detailView. Every time I drag the control to the designer, it appears it will be placed correctly beside the detailView but when I let go, it drops below it. Do I have to put these in a table or manually change the code to get the layout I want?? Surely not.
What's the secret?? Is there some formatting option I can disable that will allow free placement?
TIA