|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
File upload control not working with update panel
Hi,
I am working with Asp.Net FileUpload control with ajax update panel, if i use the AsyncPostBackTrigger,i am unable to get the filename in serverside, but if i use PostBackTrigger its working fine with page refreshing my Html code is: <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:FileUpload ID="FileUpload1" runat="server" /> <asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" /> <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> </ContentTemplate> <Triggers> <asp:PostBackTrigger ControlID="Button1" /> </Triggers> I dont want to refresh page while uploading file please help me regarding same Naveen G |
|
#2
|
|||
|
|||
|
Quote:
Hi all, I am a new member of forum. Would a newcomer be warmly welcome here? Good day you guys!!! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| very strange problem with jakarta common file upload! pls help me! | chinmoy paul | Java | 0 | 08-28-2006 02:58 AM |
| Problem with Animation control and avi file | Vidhi | VB Classic | 2 | 06-03-2006 01:30 AM |
| Newbie: Deploying .war file, getting it working with MySQL | hughmorgan | Java | 0 | 05-08-2006 08:39 AM |
| Help: Upload file | century | ASP.NET | 1 | 09-04-2001 01:34 PM |
| upload size control multipart form-data | Keith | ASP.NET | 0 | 10-12-2000 01:44 PM |