I am using asp.net Ajax extensions on my web application, it worked fine while debugging but when i implemented my application through IIS it didnt work as i want…
It keeps refreshing as if there is no Ajax tools what so ever…
I tried doing ajax application using javascript (without Ajax extension tools) and worked fine in both debugging and IIS.
What seems the problem? is there something missing in my web.config that i need to configure?
I'm just learning this stuff after years writing desktop apps, so I've made a "control-o-rama" .aspx page in Visual Studio including a button and a textbox, each with their own handler, just to learn it. But when I hit enter in the textbox its handler gets called and THEN the button handler gets called even though I never clicked the button! What's up with that - why is the button's OnClick handler being called?