Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Webpart, Button click Ajax functionality is not working.
posted

I have a webpart. This webpart is having WebImageButton and UltraWebGrid controls. This button and grid controls were added to the WebAsyncRefreshPanel object.The button click event is registered using ClickHandler event handler. I am assigning Datasource in the clickeventhandler method. But,When I click the  button it is doing full postback to load the grid.

There is anyway I can load the grid without doing full post back.Please respond ASAP.

 

Thanks,
Cimetrix Team 

 

Parents
No Data
Reply
  • 19308
    posted

    A full postback from the WARP panel is usually an indication that something went wrong.  Use an HTTP trace tool like WebDevelopment Helper or Fiddler to trace the HTTP request/response.  I'm guessing the response for the WARP panel is initially a 500 indicating a server error.  There should be a stack trace or something in that response which will help you identify the problem. 

    -tony

Children