Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have SIListView (WebControls)
That is have some rows and five cols. Now when submit click is available only the field of first columns, but i want select all rows.
What event i must use and how to select all row that was made click?

Now i found only event:

VB
Private Sub ListNotifications_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListNotifications.SelectedIndexChanged
Dim wCheck As Client..Notifications
ListNotifications.CheckedObjects(wCheck)

        End Sub


Need your hint urgently! Thank you
Posted
Updated 4-Feb-13 23:51pm
v2
Comments
CHill60 5-Feb-13 5:55am    
Is there a SelectionMode or FullRowSelect property on the control you can change?

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