Hello,
In asp .net is there any way of resizing
the component second the screen resolution?
If not is there any workaround?
thank you
Franckyou'll have to make it accessible to the clientside code (javascript event
tied to it's name, etc). There's really no much you can do from the
serverside...
I tend to just use fixed sizes for most of the layout, then use a 100% for
the last item, so that it fills the available space. This would be for thing
s
like the header width, left menu height, etc...
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
"Franck" wrote:
> Hello,
> In asp .net is there any way of resizing
> the component second the screen resolution?
> If not is there any workaround?
> thank you
> Franck
>
Franck,
You need to use relative size properties, like width="100%".
Eliyahu
"Franck" <fh@.fh.com> wrote in message
news:dg6pee$vvt$1@.s1.news.oleane.net...
> Hello,
> In asp .net is there any way of resizing
> the component second the screen resolution?
> If not is there any workaround?
> thank you
> Franck
If you need more granular control than a simple percentage, you'll have
full access to window size, screen resolution, color depth, etc. on the
client. You'll also have the ability to resize and move the browser
itself.
Jason Kester
Expat Software Consulting Services
http://www.expatsoftware.com/
Thursday, March 22, 2012
Taking account of screen resolution
Labels:
asp,
component,
net,
resizingthe,
resolution,
resolutionif,
screen,
second,
workaroundthank
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment