- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Your code is almost correct; Just add .rawValue after radioButton1
Your code should look like:
if(radioButton1.rawValue == "1")
{
objectRef.mandatory = "error";
}//end if
Nith
Views
Replies
0 Likes
Total Likes