Screen Reader Implementation - Accessibility

I have challenge to make my application accessibility compliant by enabling the screen reader like Jaws to read the screen, as of today Jaws readers only the Field content and does not reader the label, tried implementing iaccessible interface "https://msdn.microsoft.com/en-us/library/accessibility.iaccessible(v=vs.110).aspx" and updated the accessname but NO luck getting it work. Please let me if anybody has done any research or implemented successfully.

Appreciate your help in advance

~Soji