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...
User Profile
Collapse
-
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
No activity results to display
Show More
Leave a comment: