E
Elmo Watson
In HTML - for a textbox (input), I would use the 'Size' Attribute
In an ASP.Net TextBox - I use 'Width' - - (like 200px)
However, for other browsers - Other than IE - the size attribute isn't
added - - I can add it, but in able to get the sizes correct, I need some
corresponding algorithm for Width vs Size - -
Does anyone know how the Size attribute is attained?
Let's say I wanted to add a Size attribute to a textbox in page_Load - - I
wanted the size to equal the 200px width I use - -
How does that equate?
In an ASP.Net TextBox - I use 'Width' - - (like 200px)
However, for other browsers - Other than IE - the size attribute isn't
added - - I can add it, but in able to get the sizes correct, I need some
corresponding algorithm for Width vs Size - -
Does anyone know how the Size attribute is attained?
Let's say I wanted to add a Size attribute to a textbox in page_Load - - I
wanted the size to equal the 200px width I use - -
How does that equate?