Hi Friends,
I have created a page based on MultiView and it contain 10 view. I'm changing view index on click of corresponding LinkButton by Asynchronous PostBack with UpdatePanel.
It's working in localhost. But I faced a problem on SERVER. After clicking LinkButton I found that there is no reflection on the page.
Another case : After clicking submit button (LinkButton) data submited to Database but Page not redirecting.
Step 1. Execute an SQL Statement. Step 2. Redirect Next Page(Response.redirect("Page.aspx",false))