PDA

View Full Version : How can I position the control relatively


manjeet799
05-23-2006, 11:21 AM
Hi,
I use VS.Net 2005. I have plcaed datalist on the webform and one label control below the datalist.
When datalsit is populated is with the records, it grows and overlaps the label control. I want that label control to shift automatically below the datalist. i.e relative to datalist.

How canI do it.

handshakeit
05-23-2006, 01:12 PM
Just select the control and
in menu bar select layout>position>Relative
now drag the control on the page where you want

manjeet799
05-25-2006, 06:36 AM
As suggested, I can drag the control at design time. It's postion is same at runtime. But at run time when datalist is poplulated, it grows and overlaps with the controls. I want the solution for this problem.

handshakeit
05-25-2006, 09:52 AM
it seems you select the Absolute position instead of relative