I have user control file cust_list.ascx
i have added this control to my aspx page. have two buttons in my aspx page..
during page_load I displayed 5 controls..
when i click on next button.it will show next 5 controls...i have previous button too.
my problem is when in click on button which is in user control after next button click the page set back to initial state.which is having situation same as when the first time page was loaded.but button_click in user control doesnt fire.