Re: How to display a picture while a long process is carried out ?
- From: Ray Booysen <rj_booysen_NS@xxxxxxxxxx>
- Date: Tue, 15 Aug 2006 14:20:02 +0100
How about some more of the code you're writing?
pamelafluente@xxxxxxxxx wrote:
I tried but it does not work. See a blank page..
Can anyone show a simple working example?
-pam
Ray Booysen ha scritto:
What you can also do is add some javascipt to the onclick() method of
the button to change the visibility of the image.
pamelafluente@xxxxxxxxx wrote:I have an animated gif in an image control:
Me.ImageProgress1.Visible = False
I want that when the User click on a given button to execute a long
task
Me.ImageProgress1 become visible until the task on the server is
finished.
I call the task this way:
Protected Sub ButtonSomeLongTast_Click(ByVal sender As Object, ByVal
e As System.EventArgs) Handles ButtonSomeLongTast.Click
ExecuteLongTask()
End Sub
I think I am dumb as I can't figure out how to do this simple thing!
Thanks for any help!
-Pam
- Follow-Ups:
- Re: How to display a picture while a long process is carried out ?
- From: pamelafluente
- Re: How to display a picture while a long process is carried out ?
- References:
- How to display a picture while a long process is carried out ?
- From: pamelafluente
- Re: How to display a picture while a long process is carried out ?
- From: Ray Booysen
- Re: How to display a picture while a long process is carried out ?
- From: pamelafluente
- How to display a picture while a long process is carried out ?
- Prev by Date: Re: FindControl doesn't work
- Next by Date: NullReferenceException when using crystalReportViewer.ReportSource
- Previous by thread: Re: How to display a picture while a long process is carried out ?
- Next by thread: Re: How to display a picture while a long process is carried out ?
- Index(es):