Hello,
I have Ajax page and update panels in it. When user double click submit button on first page, then 3rd page gets loaded. Actual scenario is I have total 10 test questions on first page when i double click then it goes to 3rd question. I want to disable the double click. I have tried this.disabled= true, UseSubmitBehaviour=false But double click is showing thiord question after double click. Can anyone help me out on this.