I have to hide the button on button click and visible the other button on button click. But the IsVisible property not works. Please guide what is wrong and how to implement this?
if (SQLHelper._MeetingID == 0)
{
btnStartMeeting.IsVisible = true; btnMarkAttendance.IsVisible = false; }