Converting Pixel value to an integer value
-
Hi All, In my project, i required to parse an aspx file and replace each html control with a custom/composite control. The custom/composite control I use is a third party component. That control is having a property "SIZE" which take an integer value and it determines the width of the control. But my html control will have widht given in pixel. How I can map a pixel to an integer value? regards, Jo
-
Hi All, In my project, i required to parse an aspx file and replace each html control with a custom/composite control. The custom/composite control I use is a third party component. That control is having a property "SIZE" which take an integer value and it determines the width of the control. But my html control will have widht given in pixel. How I can map a pixel to an integer value? regards, Jo
Hi, Please provide more details of pixel size i.e. How it is displaying(like 123x123)?
Rajendra Prasad Panchati