Mitya Mitriev
January 24th, 2002, 11:12 AM
Hello,
how to set coordinates for the control, created programmatically, on Web Form ?
TextBox TextBox2=new TextBox();
TextBox2.Text="aaa";
TextBox2.Width=100;
TextBox2.Visible=true;
this.Controls.add(TextBox2); This function places my newcontrol using default coordinates. In the properties of TextBox2 I do not see coordinates...
Mitya
how to set coordinates for the control, created programmatically, on Web Form ?
TextBox TextBox2=new TextBox();
TextBox2.Text="aaa";
TextBox2.Width=100;
TextBox2.Visible=true;
this.Controls.add(TextBox2); This function places my newcontrol using default coordinates. In the properties of TextBox2 I do not see coordinates...
Mitya