Wednesday, 1 April 2015

How to get Label Name based on selected Value from Select List?

  for (SelectOption so : lstselectOption){
                if (so.getValue() == libraryObjectName){
                    documentLibName= so.getLabel();
break;
                }
            }

No comments:

Post a Comment