Thank you Cor. I am hoping to aviod having to redirect to another
page just to show a status message and receive an OK from the user.
Validation can put up a standard message box with information and OK
button, so there must be a way to do it:
<asp:validationsummary id="ValidationSummary1" style="Z-INDEX: 143;
LEFT: 496px; POSITION: absolute; TOP: 24px"
runat="server" Width="264px" Height="56px" ShowSummary="False"
ShowMessageBox="True" BorderStyle="Double">
</asp:validationsummary>
Anyway I will post my question to the
microsoft.public.dotnet.framework.aspnet group - thanks for that
suggestion.
Regards, Russ
On Thu, 3 Jun 2004 09:38:01 +0200, "Cor Ligthert"
[quoted text, click to view] <notfirstname@planet.nl> wrote:
>Hi Russ,
>
>This seems a complex situation.
>It seems to me,
> - you show an aspx page
> - the user clicks a button
> - page ispostedback
> - you want to show another page with added some data from a
>webservice
> - that page is redirected to the user
> - user clicks OK on that page
> - you want to show the original page
>Keeping the information in the session items this should be possible in my
>opinion.
>
>However I think that the newsgroup
>
>microsoft.public.dotnet.framework.aspnet is a better place for this
>question.
>
>I hope this helps?
>
>Cor
>