Some time it’s very hard to figure out whats exactly going wrong when we get Error “Ambiguous match found”.
Because this issue you will seen when you publish code on server even your development code working fine and see you proper output.
I face this problem today and after a lot of googling I figure out the best way to overcome this issue is that,
When you work with a Asp.net website project then very first you need to convert it in Web Application Project
Follow the following Steps
1. Select your page on which you are getting Ambiguous match found issue.
2. Right Click and Select “Convert to Web Application”
as soon as you select this, it will display the actual error. Most of the time this issue happen because of control id conflict with variable name on server site.