I have this code:<BR> <BR>Private Sub Criteria_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles Criteria.ItemDataBound<BR> Dim grid As ...
I am working on my first WinForms application in C#, after spending about a year on ASP.NET with C#. All I need help with is how to fire an event when a user selects a different row in a dataGrid.