I have a desktop application that looks like the picture present in the attachment.
I want to replicate the same in an ASP.NET web application written in C#. The desktop app currently brings up a context menu for each list whenever the user right clicks on the first cell in a row (colored blue).
The controls were built using Syncfusion, which cannot be used in a web application. So, as an alternative, I could populate a ListBox with these values (they are fetched from a database). I now want to add a context menu which appears whenever users click on an item in the list box and then performs some CRUD operations on the database related to the users, books and groups (adding/removing/deleting mainly).
How do I go about this? Pardon me, because I am new to development using the .NET framework. I am using Visual Studio 2005 with the .NET 3.0 framework.
Some sample code will be much appreciated as I have very little time in which to accomplish this.
Thank you!
I want to replicate the same in an ASP.NET web application written in C#. The desktop app currently brings up a context menu for each list whenever the user right clicks on the first cell in a row (colored blue).
The controls were built using Syncfusion, which cannot be used in a web application. So, as an alternative, I could populate a ListBox with these values (they are fetched from a database). I now want to add a context menu which appears whenever users click on an item in the list box and then performs some CRUD operations on the database related to the users, books and groups (adding/removing/deleting mainly).
How do I go about this? Pardon me, because I am new to development using the .NET framework. I am using Visual Studio 2005 with the .NET 3.0 framework.
Some sample code will be much appreciated as I have very little time in which to accomplish this.
Thank you!