Hi,
I would like to implement a grid that displays user details. I want the last column to show 3 buttons: Edit, Change Password and Delete. Clicking on the buttons will move the user to a page to fulfil the task. the server has a /admin/EditUser, /admin/ChangePassword and /admin/DeleteUser each accepts a username in the query string. My question is:
Can you please show a sample how to do that?
The buttons are links that have a specific class so that I will be able to make them a button using jQuery button widgets. Although I am calling jQuery the buttons still display as a link. What can I do?
Thanks