User Profile

Collapse

Profile Sidebar

Collapse
Loc Pham
Loc Pham
Last Activity: Jul 12 '11, 05:38 PM
Joined: Jun 22 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I'm able to find out more detail on this problem, still, I have no solution yet....

    After more debugging, the Button which triggered the SqlServerUpload never postback, however the Page_Load event did occur. Because no postback occurred, the control event handler UploadBtn_Click ed was never invoked.

    When I set the triggered button's UseSubmitBehavi or="false", the postback did occur, but SqlServerInputF ile1.HasFile...
    See more | Go to post

    Leave a comment:


  • Loc Pham
    started a topic NeatUpload - Control Event Handler won't fire

    NeatUpload - Control Event Handler won't fire

    I'm using NeatUpload to provide upload progress status bar. Can anyone please help me understand why the registered event handler did not get called after the file was completely uploaded?

    I'm using SqlServerUpload StorageProvider extender from NeatUpload 1.3.26 to stream the file directly into the database. The system event handler was registered in Page_Load method as follows:
    Code:
    private void Page_Load(object sender, EventArgs
    ...
    See more | Go to post
    Last edited by Frinavale; Jun 23 '11, 01:30 PM. Reason: Added code tags.
No activity results to display
Show More
Working...