I have a simple html table tag with 2x2 cells on my ascx. There are two textbox control inside. I wrapped the table by a ajaxPanel.
Outside the ajaxPanel, I have a button, and onclick event will set the value of two textbox to "1".
But after click the button, I found the value is set with postback.
Please advice~