ApexIn3Hands
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment