Well, sort of. I have the UpdatePanel enclosed in an asp:Panel, which I can set to scroll. The problem I have with that is both the horizontal and vertical scroll bars show, even if I have it set to only show the vertical scroll bar. I have tried to play with the width setting for it, but I have to make it pretty wide to get the horizontal scroll to not show and then it just throws the entire page off kilter.
Any other suggestions? I appreciate it. Robert On Nov 3, 4:47 am, velsankar <[email protected]> wrote: > Set height and width for asp:panel. It will solve your prob. > > Rgds, > Vels > > On Nov 2, 10:25 pm, "[email protected]" <[email protected]> > wrote: > > > > > Hi all.. > > > This may be a silly question, but I am a little new to ASP.NET and as > > such I am not sure how best to achieve this. > > > I have an asp:UpdatePanel enclosing an asp:PlaceHolder which I > > populate dynamically with a User Control. > > > What I would like is to have the UpdatePanel scroll vertically if > > there are more items in the panel then what will fit in the height I > > have set. The problem is that I do not see how to make the UpdatePanel > > scroll? There isn't an option for that. > > > Any pointers and guidance would be most appreciated. > > > Thanks so much, > > > Robert
