Is there an easy way/algorithm to convert old HTML's Size="XX" (# of characters) to new HTML's WIDTH="XXpx" (pixels)? Is it all trial & error/hit & miss till you get a matching comparision?
I get a compiler warning when using SIZE but it still allows it for datagrids. I got burnt using Size and have to go to Width/pixels as a grid column could either be a textbox-type or a label type and its Header column has to be sized depending on the type of column. There is no "Size" property to use... only the "Width" property exists.
Why'd they get rid of Size anyway? It was a lot easier...
I get a compiler warning when using SIZE but it still allows it for datagrids. I got burnt using Size and have to go to Width/pixels as a grid column could either be a textbox-type or a label type and its Header column has to be sized depending on the type of column. There is no "Size" property to use... only the "Width" property exists.
Why'd they get rid of Size anyway? It was a lot easier...