The ItemCommand
of the ListView
object triggers great, without URL Rewriting
, (powered via urlrewriting.net)
Private Sub ListView_ItemCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.ListViewCommandEventArgs) Handles ListView.ItemCommand
End Sub
With the URL ReWritting turned-on the event does not trigger.
Could you please point me a trick to make them both work?