|
Search
You searched for the word(s):
< 1 second(s)
-
BUMP!
I have a user experiencing the same thing. It works fine for me and most users but I have had a report and a screenshot of it getting stuck.
They have a 50KB file and the progress bar gets stuck on 100% and says '1 seconds remaining'.
Any ideas what this could be?
Thanks,
Anthony
-
Odd thing is - now I can see the button, the user has to click the button twice before anything happens.
The first click just puts focus on the button, but causes nothing to happen. A second click is required to actually cause the event handler to be called.
I'm not an MS AJAX expert - anyone got any ideas what this could ...
-
Hi Terry,
Yes - that was it! Silly me...!
Thank you very much,
Anthony
-
Hi jpchatt,
I set it in the Page_Load method like:
If Not IsPostBack Then
btnButton.Visible = False
End If
-
Hi,
I am using the AJAXUploader and it is working beautifully. However, I want a button to become visible on the .aspx page after the upload has been completed.
I have tried putting btnButton.visible = true in the Uploader_FileUploaded and Uploader1_UploadCompleted callback methods, and even though I can see that it is ...
|
|
|