Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

how to highlight with background color of last row in asp.net list view (web application,c#)

after scroll only i could see the last row. how to set last index to be focus or highlight of list view in asp.net in webapplication not windows

this seems will work on windows applications.

listView.EnsureVisible(listView.Items.Count - 1);
how to do web application? is it possible?. The requirement is that after binding , programmatically scroll bars should scroll to last row or index with highlighting background color

Thank you!.
Posted
Updated 22-Dec-15 16:40pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900