Hi Guys i need your help i want to try the event of my button, instead of using a button i want to use double click Row of Gridview
This my event in button:
Protected Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
gridtolabel()
Session.Add("EquipCode", EquipCode)
Session.Add("ContractID", ContractID)
Response.Redirect("Edit.aspx")
End Sub
please Help me guys thanks