Wednesday, March 19, 2008

Ajax UpdatePanel has problems with 'action' keyword

I came across a problem when I was trying to use the updatepanel within an page. Basically, when I click a button in the page, it is still a normal postback as opposed to an asynchronous postback. What I found is that there was a hidden field named 'action' that conflicts with the Ajax library. So if we rename it to 'action1', it will sure work.
blog comments powered by Disqus