Hello,
I have repeater control on page which bind with sql data source.
i have dropdown to filter the records of repeater on button click event it refresh complete page i just want to show a wait message to user and just refresh repeater data instead of complete page refresh.
i do not want to use ajax update panel.
thanks