M
Marius Horak
Hi,
TextBox myTextBox = new TextBox();
myTableCell.Controls.Add(myTextBox);
When I execute this code and myTextBox is empty I cannot focus on myTextBox
using mouse unless I click at the very begining (next to the left edge).
What's wrong?
Thanks
MH
TextBox myTextBox = new TextBox();
myTableCell.Controls.Add(myTextBox);
When I execute this code and myTextBox is empty I cannot focus on myTextBox
using mouse unless I click at the very begining (next to the left edge).
What's wrong?
Thanks
MH