A
Amilcar
Hi there,
I'm trying to change the position on a webform for a control (a Table
control), at run time. The code I wrote for doimg this is:
....
Table.Style.Add("LEFT", "120");
Table.Style.Add("TOP", "50");
....
The placed the component on design time and I'm trying to change some
of it's atributes. I supose this is right, but it doesn't appear to
work. Is there something wrong?
I appreciatte any kind of help.
My best regards,
Amilcar.
I'm trying to change the position on a webform for a control (a Table
control), at run time. The code I wrote for doimg this is:
....
Table.Style.Add("LEFT", "120");
Table.Style.Add("TOP", "50");
....
The placed the component on design time and I'm trying to change some
of it's atributes. I supose this is right, but it doesn't appear to
work. Is there something wrong?
I appreciatte any kind of help.
My best regards,
Amilcar.