One of my web pplications involved an UPDATEPANEL, which works fine locally, but not remotely. This application has a master page, which remains when clicking a server button. It's not the case remotely: everything is refreshed when a button is clicked.
My updatepanel doesn't work Can anyone tell me how to make the updatepanel control work on discountasp.net servers? Anything special that needs to be placed in the web.config file? My app doesn't throw any exceptions but it does a normal postback when I check the checkbox but what I wanted (and it is what happens on my other servers) is that the updatepanel would make an async call without making the browser refresh. Anyone anyone, please??!?!!?