I am creating a WebGrid in ASP.NET MVC 3 for the first time and I need to create a column that holds a “star” image. A user should be able to select on this image which would mean that they have selected it as a favorite. Then, I would have to get the transaction id of that row and save it using jquery.
Any help or examples with syntax would be appreciated. I am not using Razor.
You can start with something like this: