Quantcast
Channel: Search Results For: domain:typecastexception.com
Viewing all articles
Browse latest Browse all 73

ASP.NET MVC Display an HTML Table with Checkboxes to Select Row Items

$
0
0

Often we need to create a table for our ASP.NET MVC web application with a checkbox next to each row, in order to allow the user to select one or more items from our list for additional processing. While the concept is not terribly challenging, it is not intuitive or obvious if you are newer to MVC. Here is one way to do it.


Viewing all articles
Browse latest Browse all 73

Trending Articles