Hi, i have a Listview that DataSourceID is "LinqDataSource1".
I want to find Id of row (SQL) that being edit.
Code:
Protected Sub ListView1_ItemEditing(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.ListViewEditEventArgs) Handles ListView1.ItemEditing
'Find Id of SQL row that being edit
End Sub