Chap 12 Exercise 2 - Players.aspx
I am working through the exercise in Chapter 12. I am stuck at the point of moving the code in the Players.aspx to a code behind module in that I do not know how to declare the MxDataGrid. I am being thrown the following error:
BC30002: Type 'MxDataGridCommandEventArgs' is not defined.
Source Error:
Line 22:
Line 23:
Line 24: Sub MxDataGrid1_ItemCommand(sender As Object, e As MxDataGridCommandEventArgs)
Thanks for the help.
Ken Campbell
|