Hi,
I need to contact a WS the first time a user enters the orderlist in the backend after logging in. Is there a way to achieve this?
Nuno
Hi,
I need to contact a WS the first time a user enters the orderlist in the backend after logging in. Is there a way to achieve this?
Nuno
You can make a piece of code in Global.asax that 'listens' to the URL being called. If it is the orderlist, contact your webservice, and then set a session and bypass that call for subsequent calls.
Alternatively use the Notifications.Standard.Application.BeginRequest notification and do the same.
BR
Hi Nicolai,
Thanks for the advice. We'll do it like that.
Cheers,
Nuno
You must be logged in to post in the forum