Hi,
I have a Project in Asp.net which have approximate 120 forms. Each of them have multiple controls as Table, Textbox, Dropdown,ListBox,Gridview..nd so on with different different name. I have set the width and Height of all controls as Pixel(px). But now i want to change width and Height in percent(%) of all controls. So there is any quick solution for it or i will have to change one by one controls.
If there is any solution so please help me.
Thanks
Pankaj
Loading
Kirtan PatelPosted Oct 30, 2009, 4:03 PM
you can manage the size and Look and Feel of controls by
CSS+ Skin File feature to control all page Style manage From one place .
if my answer helps you please check "Do you like this answer" :)
Anand UchagawkarPosted Oct 30, 2009, 3:33 PM
there is no an easy way so that u can just change the width of all controls to % you will have to manually go on each form & adjust the pixel value according to the corresponding % value. Also just ctrl + h won't help
Dipa AhujaPosted Oct 30, 2009, 1:21 PM
i also use % in my website first.. then i changed to pixel
bt according to me the pixel setting is better and more flexible than %
Pankaj SinghPosted Oct 30, 2009, 7:21 AM
Hi,
Have you tried it? Do you know waht is the mean of it?
All the controls will spread out.
PankajGaurish KumarPosted Oct 30, 2009, 6:39 AM
U can use find and replace.
press ctrl + h
and replace px to %
it will replace all.