D
DesignerX
In classic ASP/HTML you set the length and maxlength of a textbox (so the
width of the control is appropriately drawn for the number of characters
that can be entered.
How is this done with a textbox server control. Do I have to use an
algorithm that looks at the maxlength and tries to calculate the width in
pixels? ugh I hope not sounds unreliable.
Stan
width of the control is appropriately drawn for the number of characters
that can be entered.
How is this done with a textbox server control. Do I have to use an
algorithm that looks at the maxlength and tries to calculate the width in
pixels? ugh I hope not sounds unreliable.
Stan