开发者

Method to Allow User to Select Multiple Items - ASP.Net MVC

I have an e-commerce system that allows a product to have multiple categories. In the开发者_开发问答 admin user interface, I'm going to allow the administrator to be able to add as many categories to the product as he would like. What are some good ways to accomplish this? I don't want to do a select-list where the user has to hold down the control key, etc.

Thanks.


You can use a row of checkboxes in a table of categories to perform the selection.

ASP.Net MVC - Handle Multiple Checkboxes

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜