Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

FileUpload Control inside ASP.Net AJAX UpdatePanel Control

$
0
0

Hi,

    I use FileUpload Control to upload image and save data inside ASP.Net AJAX UpdatePanel Control.
The following is my code-It work fine.
<asp:PostBackTrigger ControlID="SaveButton" />

  But after I save the data successful,I refresh the web form and it save the same data again.
  So how do I avoid the error? Thanks.


Viewing all articles
Browse latest Browse all 5678

Trending Articles