There is no okcontrolid only targetcontrolid.
Main Topics
Browse All TopicsI am developing a web application and using the confirmbuttonextender. When I click on the add button the confirmbuttonextender displays. The problem is that when I click on the confirmbuttonextender - nothing happens (sometimes - not consistent).
Any ideas on how to get the confirmbuttonextender to fire everytime you click on OK?
Thx.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Probably because you don't use the one provided by the Ajax TollKit or the Atlas Toolkit or... anyway you certainly have an attribute which let you specify the even handler to be executed when clicking on the button (http://www.codeproject.co
Or you didn't specified the even handler for the button with the ID cmdAddActivityExtend, like in this example (OnClick="btnGO_Click"): and then the evemn handler will be btnGO_Click().
coolleomod,
You propose to the author to ask the question to some more "experienced experts" into another area... And when we follow the link here (http://www.experts-exchan
So now coolleomod, I'm several time MS certified in this area but I don't come very often to this website and probably I should just go away. Nevertheless, I would like to know how "expert" should we be to have the privilege to get a correct description of the problem ?
For Clarification:
I am developing a web application and using the confirmbuttonextender. When I click on the add button the confirmbuttonextender displays. The problem is that when I click on the confirmbuttonextender - nothing happens. I have to click on the button twice (which fires the confirmbuttonextender) in order for the confirmbuttonextender to work.
So in general:
1) Click on button
2) ConfirmButtonExtender displays - click on OK - Nothing Happens.
3) Click on button 2nd time
4) ConfirmButtonExtender displays - click on OK - code works fine.
Any ideas?
As I said earlier : "It seems that for a first try, CipherIS should to investigate around a focus issue : first click gives actually the focus to the button and the second one do the job"
When you say "It was on the aspx page" => this is not an explanation of the problem. You had a focus issue and you should confirm this !
Business Accounts
Answer for Membership
by: kaylanreilorPosted on 2009-08-26 at 22:16:38ID: 25194806
Shouldn't you add something like okcontrolid="btnOkay" as an attribute of confirmbuttonextender so that you could have the even handler named btnOkay_Click...
The even handler should be declared as the value of the attribute okcontrolid and its name should finish by "click" I think.
Select allOpen in new window