At the end of your code, on the please wait page, you'd add:
response.redirect("newpage.aspx")
"JoeP" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> That sounds like a good idea.
> How would I know when the processing is done? Any code?
>
> Thanks,
>
> Joe
>
> "Scott M." <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> You could have users directed to a page that says "Please Wait" and have
>> the processing done in the background of that page. Then, when the
>> processing is done, simply redirect the user to a new page with the
>> results.
>>
>>
>> "JoeP" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> Hi All,
>>>
>>> What kind of code is good to display message while the page is loaded:
>>> Something like this: Please wait...
>>> and when it is fully loaded then to clear the message.
>>>
>>> Please let me know of what methods and some code.
>>>
>>> Thanks,
>>>
>>> Joe
>>>
>>
>>
>
>
|