Hi,

I have written an application that sends pager messages to pagers.
The application is running on IIS6, is written in C#, and uses the Microsoft ASP.NET 2.0 AJAX Extensions v 1.x.

Selection of the pager numbers is AJAX enabled to provide a smoother user experience.

The Submit/Send button sits outside of the UpdatePanel and is not AJAX enabled.

When the user submits, if another user has submitted at the same time, the response indicating a successful or unsuccessful submission is returned to the wrong client.

For example:
Sarah submits a message to pager 222.
Fred submits a message to pager 444.

Fred receives the message pager sent ok to 222.
Sarah receives the message pager sent ok to 444.

I have disabled the AJAX portion of the web page and this has had no effect.

Anyone have any idea what is going on?

Thanks in advance.
Wee!