PC Review


Reply
Thread Tools Rate Thread

AsyncFileUpload fails in hidden panel

 
 
Scooby Dog
Guest
Posts: n/a
 
      18th Jun 2010
Could someone help: I have the AsyncFileUpload controk within a <Panel>
control that I toggle visibility True/False.

For Example when the page loads pnlEdit.visible = False. Then when a user
clicks on a detail record in a grid I display the panel with the
AsyncFileControl ie: pnlEdit.Visible = True.

Because the the AsyncFileUpload Control is not displayed on the page right
away it errors when you try to upload a file. Would anyone know how I could
preload the control or configure it

to work in this configuration?



ie:

<asp:UpdatePanel ID="updEditDetails" runat="server" UpdateMode="Always">

<ContentTemplate>

<asp:Panel ID="pnlEdit" runat="server">

<cc1:AsyncFileUpload ID="FileUpload" runat="server"
width="200px"/>

</asp:Panel>

</ConTentTemplate>

</asp:UpdatePanel>





Thanks

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hidden Panel with a ListBox and RequiredFieldValidator breaks page EvanM Microsoft ASP .NET 2 6th Nov 2007 04:23 PM
Hidden Panel Problem =?Utf-8?B?am9obiBwcnlvcg==?= Microsoft ASP .NET 2 3rd Aug 2007 04:14 PM
How do I view a hidden Navigation Panel? =?Utf-8?B?Y29mZmVudA==?= Microsoft Access 0 6th Jun 2007 02:54 PM
Opening Control Panel fails Pierre Richard Microsoft Windows 2000 New Users 0 23rd Jun 2004 04:17 PM
Why panel object when hidden render itself as <BR> George Ter-Saakov Microsoft ASP .NET 0 14th Aug 2003 03:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:38 PM.