So, is this the flow? A user checks a box in a row in a datasheet view and you want an OnEditing event receiver to call a web service. Based on the result of the web service, you want to display a popup.
You can call web services from javascript. You might consider a purely client-side...
I created event receiver that uses web service, and I want to show the result on popup window.
I know we can use different kinds of redirect in synchronous receivers, but it is called by checkbox in filtered datasheet view, so I'm not able to make redirect back to my page.
So I need to show...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.