I have few controls in a update panel and I had set all the controls enabled=false when Page_Load. I have one button to set all the controls enabled=true when onclick. There is a problem with one of the control which is AsyncFileUpload. First click all the controls was enabled except AsyncFileUpload. AsyncFileUpload only enabled if I click the same button twice. This is happen consistently.
↧