I makeing a website using VB .net inside visual studio.
I have a database where I am storeing names. Than I am displaying these names inside a table. here is a ex:
----------------
| dave | bob |
| john | bill |
----------------
I was to add a button called 'delete', inside right click menu. this way user can right click on name, click on delete button. How many I do this? how can i set up context menu or is that just for desktop apps? remember I am makking a website