I have an accordion with 4 panes and each pane contains 2 ,3 textboxes and 1 button say submit button.
I want to submit the data that entered in those textboxes on those button click.
I want to do it without full page load , means i want to submit the data to the database but i don't want to do a full page load .
I tried to place an update panel in those panes and place my button in it, but it failed.
How to do it guys?..