使用ASP.NET和C#在ListBox中选择多个值

时间:2018-02-26 10:23:07

标签: c# asp.net

为什么“SelectedValue”仅选择多选模式中的第一个值?

ListTag.SelectedValue = "Tag1"; <-- only this is selects
ListTag.SelectedValue = "Tag2";
angular.module("test",[]).controller("testc",function($scope) {   
      $scope.data=[{"typetext": "0","role": "User"},{"typetext": "1","role": "Admin"}]; });

0 个答案:

没有答案
相关问题