Question : AJAX TabContainer and Button Clicks


I have an asp.net application which has several textboxes and an okay or update button within a tabcontainer panel.  I set a modal extender popup with the button's id and presto the modal extender pops up.

The modal extender popup has an okay button on it and is not inside the tabcontainer.  I have double clicked the button and added a msgbox to the click event codebehind and it does not display the msg.  And, does not hit the line when I add a breakpoint either.

It almost seems that the popup is not in the same scope as the tabcontainer.  I believe that this may be why I have entered code like the following:
obj = $find('TabContainer1$TabPanel1$cmdUpdateEvent')   in a javascript function elsewhere.

Answer : AJAX TabContainer and Button Clicks

Hi there,

It would help if you post some code please...
Random Solutions  
 
programming4us programming4us