behindthepipe
MIS
I am using the Ajax UpdatePanel, and put an Ajax tab inside of it. I then put some buttons inside the tab. Then add the trigger to make one of the buttons
<aspostBackTrigger ControlID="MyButton"/>
Then when I compile and run the page, and I got this error.
"A control with ID 'MyButton' could not be found for the trigger in UpdatePanel 'UpdatePanel1'"
So I checked and checked again. Checked and even add the trigger in the UpdatePanel1 property page, and I still get the same error. I was like what? That never happen before why now? Brrrrrr. I feel like choking somebody.
When I googled, it said somethihng about it being a bug. However, they dont provide a clear and understandable example. Can someone please help?
<aspostBackTrigger ControlID="MyButton"/>
Then when I compile and run the page, and I got this error.
"A control with ID 'MyButton' could not be found for the trigger in UpdatePanel 'UpdatePanel1'"
So I checked and checked again. Checked and even add the trigger in the UpdatePanel1 property page, and I still get the same error. I was like what? That never happen before why now? Brrrrrr. I feel like choking somebody.
When I googled, it said somethihng about it being a bug. However, they dont provide a clear and understandable example. Can someone please help?