I am using Ajax AsyncFileUpload control in asp.net 4.0 with master page and I get error that file is invalid. If I use it without master page, it works. With master page If I set
ClientIDMode="AutoID"
It start working. What is purpose of ClientIDMode and why AsyncFileupload is not working without ClientMode with master page.
Please suggest.
From MSDN