I need a little help executing a SQL Stored Procedure from the Code Behind using OnClientItemDoubleClicked.
Here is my ASPX code for the list box:
And my code behind:
I receive the following error when I open the page:
Error: 'RemoveJobRole' is undefined
Any help much appreciated.