ASPX VB get Selected Row
ASPX VB get Selected Row
guillermogc
Posts: 1Questions: 0Answers: 0
I've seen how to highlight a selected row on the examples here. But I don't know how to get the selected row in my VB code.
I need to be able to select a row and then work with it in my VB code. I'm used to get the value like this: "ByVal e As System.Web.UI.WebControls.GridViewCommandEventArgs" from a RowCommand
Can someone tell me how to do it with this jquery gridview?
Thanks!!
I need to be able to select a row and then work with it in my VB code. I'm used to get the value like this: "ByVal e As System.Web.UI.WebControls.GridViewCommandEventArgs" from a RowCommand
Can someone tell me how to do it with this jquery gridview?
Thanks!!
This discussion has been closed.