How do I get the vertical scroll-bar in ASP.NET to start at the bottom of my panel?

ray b

New member
I have created a messaging program where you are able to send messages back and forth between users. I have a dataview bound to a database inside of a panel. When the dataview is larger than the panel, the scroll-bar is enabled. I want the scroll-bar to always be on the bottom when a new message is inserted like similar messaging/im programs. Please help!
 
Back
Top