Add Birthday
Upload file is not working when UpdatePanel used
No replies to this topic
Venkat Reddy
#1
|
Member
14
Points
|
Posted on
23 Oct 2012 05:38 PM IST
Hi,
I have added update panel in my page. When I am trying to upload file using File Upload control it throwing error. Previously it is working fine. I don't know why it is not working.
Do I need to set any property to Update Panel.
<asp:UpdatePanel ID="UpdatePanel1" runat="server"> <contenttemplate> <asp:FileUpload ID="FileUpload1" runat="server"></asp:FileUpload> <asp:Button runat="server" ID="btnUpload" Text="Upload" OnClick="btnUpload_Click"></asp:Button> </contenttemplate> </asp:UpdatePanel>
-- Venkat Reddy
|
AJAX
987
views
Reply to this topic
|
|
|