Hi everyone,
I have a page that uses a Master Page.. I have an Update Panel wrapping a Repeater, and the repeater has a button on each row. I add a <trigger> for the Repeater's ItemCommand method to handle the button's click, but the whole page posts back.
Now, if I remove everything and put it in a 'test' page with the exact same content including the Master Page markup, just not in a master page, it works fine.. absolutely no trouble at all.
Of course, I could just not use the Master Page, but this is part of a large application where everything needs to be the same.. If the designer changes the Master Page, I cant expect her to go to each .aspx page to see if it has to be updated manually.
Does anyone have any hints?
EDIT: Sorry forgot to mention I am using the June release