|
-
Sep 22nd, 2004, 01:47 PM
#1
Thread Starter
Lively Member
retain scroll position of ListBox after postback
Hi,
In my asp.net application, I have a scrollable listbox. User choses an item and clicks on Add button to move the item from first listbox(SourceList) to a second listbox(DestinationList).
After postback(button click) the scroll position of the SourceList is not retained. It is back to the start of listbox. (Before postback my scroll was in the end os listbox)
I tried setting SmartNavigation=True but that didnt help me.
What do I need to do to retain the scroll position of my Listbox??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|