I have a FormView control for displaying addresses using an ObjectDataSource. The users do not like paging, rather they'd want it to repeat in a scrolling div.
How would I go about configuring the data bindings so that I can have a repeating formview control?
...
Go to the complete details ...