Hey asp.net guys and gurus, good day. I desperately need help on my situation :-( I have Master Page (site.master), Web User Control (ucbuttons.ascx) that's being attached in Master page, and then a Content page (site1.aspx). Web User control and the content page are both containing ajax controls like calendarextender, watermark, modalpopupextender, etc.
During my test, if i'm going to attach the user control in the master page, ajax in user control are working normally, but ajax controls in content page wont work. but if i'm going to detach or disable user control from master page, ajax controls in the content page will work normally. It's like there's a conflict or something between web user control and content page but I cannot point out the cause od this. I've been struggling this for months, debug and check in the net for any solution but I can't find any similar scenarios like mine.
I really appreciate for some guys and gurus to shed some solutions on my situation.
Thank you very much.
Jim.