I have a number of dropdown lists and make some visible and others invisible depending on what the user selects in another list. This works fine but it looks untidy as there is a gap where the invisible lists are.
Back in vb6 I would be able to move the visible controls up to leave no gaps and now I want to do the same in ASP.NET (VB.NET). There are several mentions on this forum of using flowcontrol and deleting the "Position: Absolute;" from html but I can't find anything about what to do next.
Having done the above should I be seeing top and left properties for these controls?
Can anyone explain the steps necessary to move controls in code?
Thanks in advance.
Back in vb6 I would be able to move the visible controls up to leave no gaps and now I want to do the same in ASP.NET (VB.NET). There are several mentions on this forum of using flowcontrol and deleting the "Position: Absolute;" from html but I can't find anything about what to do next.
Having done the above should I be seeing top and left properties for these controls?
Can anyone explain the steps necessary to move controls in code?
Thanks in advance.