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
280
Chaining WARPs together
posted

I have 2 WARPs, one is a search operation, so I do a search, which does an async postback and fills a webgrid with my results... when it returns what I want to do next is force the next warp to do a postback or refresh or something, so that I can get the second WARP to read the contents of the first (actually a column from the newly filled grid) and go do another async operation on those contents. but I cant kick off the second until the first is done.  I'm sure this is a simple concept but can't seem to get it to work, any help would be appreciated.

 Thanks

 

Parents
  • 813
    posted
    there is a property of WARP called LinkedRefreshId or something like that. set 1st WARP's LinkedRefreshId to 2nd one and it will refresh 2nd if 1st is refreshed. Hope you were looking for the same thing what I am telling.
Reply Children