Carl TawnSystems and Integration DeveloperCommented:
What does "fuSlides_UploadedComplete" do?
0
ZipGrep is a utility that can list and search zip (.war, .ear, .jar, etc) archives for text patterns, without the need to extract the archive's contents.
One of a set of tools we're offering as a way to say thank you for being a part of the community.
Right now not much, I have a break point set on it and it never hits it.
Protected Sub fuSlides_UploadedComplete(ByVal sender As Object, ByVal e As AjaxControlToolkit.AsyncFileUploadEventArgs) Handles fuSlides.UploadedComplete
If e.state = AjaxControlToolkit.AsyncFileUploadState.Success Then
lblStatus.Text = "Uploaded"
End If
End Sub
0
triplebd69Author Commented:
Turns out that this site is running on 2.0 framework, so I don't think that I can get this control to work on it, I believe that it needs the 3.5 framework or higher.
0
triplebd69Author Commented:
Wrong framework
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Open in new window
Try:Open in new window