Hi I have a page that must load several UCs dynamiclly, I do this on OnInit. I first UC I list some recoreds and when User Choose one of the them , I will bind other UCs. and by Next and Prev buttons user can navigate between UCs and edit content.
My problem is , when I use Next or prev button I have to refresh the page to view the new UC and if I refresh the page I lost the viewstate information. how can I view the UC just after the next/prev button click without losting ViewState?
Thanks