i need a control for a .net 2.0 web app that divides the page into two
panels, the first of which should have a horizontal slider should the
content become too wide to fit in the allowed width of the panel. i know i
could do this with iFrame, but would hate to resort to that. is such a
control available?
tks
bruce barker - 16 Jul 2007 15:26 GMT
you can use a div with the style overflow:auto
-- bruce (sqlwork.com)
> i need a control for a .net 2.0 web app that divides the page into two
> panels, the first of which should have a horizontal slider should the
[quoted text clipped - 3 lines]
>
> tks