You have attached an event to your button:
Click="btnFatInscription_Click"
But this event does not exist in your code behind.
You have attached an event to your button:
Click="btnFatInscription_Click"
But this event does not exist in your code behind.