Hello, I have a form with multiple update panels, and every update panel has some controls. But after a while I have added global.asax file for url rewriting. Now update panel is not working at all. Global.asax file does not have any code other than RegisterRoutes method for rewriting. While global.asax removing, update panel is working fine. Is there any issue with global.asax and update panel in same application? Please suggest.
Thanks in advance.