Hi All
I have 2 panels.
The top panel contains controls for a user to input for searching a data base. I have added an AlwaysVisibleControlExtender to keep this panel at the top of the page.
The second panel contains a repeater for displaying the results of the search. (all the controls work as designed)
Unfortunately, the repeater material appears underneath the search panel partially blocked by controls on the search panel.
How do I get the repeater panel to locate just below the search panel and allow scrolling?
Thanks and have a nice day.