I have a radPanel bar on a webpage. I am adding panel items dynamically with userControl in each panel item. User Control have a save button which sends postback. Right now when user opens one panel item and clicks save button on that user control it’s sending post back to this parent page. How do I avoid this?
On this button save click I just want to reload this current panel item.
Thanks!!