Click here to Skip to main content
15,881,413 members

Photoupload not working while in multiple updatepanel

S.Rajendran from Coimbatore asked:

Open original thread
SQL
In my project, in one of the page I have 2 update panel namely UP50 and UP37. The photoupload is within UP37. Now when both UP's are open, the photoupload  with UP37 is not working and says "no File Chosen'. If I remove the UP37 for Photoload, it is working and able to show using a 'showbutton'. Should I alter my code for UP37. Hereunder is my Code for UP37 raised after end of UP50.

XML
<asp:UpdatePanel ID = "UpdatePanel37" runat="server"  UpdateMode="Conditional">
<ContentTemplate>
<asp:Panel ID="Panel117" runat="server"
        style="border-width: 1px; border-style: solid; top: 400px; left: 1185px; position: absolute; height: 161px; width: 279px; background-color:InactiveBorder; border-color:Black">

            <asp:Image ID="ImagePreview" runat="server" Height="97px" Width="99px"
            style="z-index: 1"/>
            <asp:FileUpload ID="PhotoUpload" runat="server"
              style="z-index: 1; left:100px; top: 53px; position: absolute; height: 46px; width: 218px; right: 90px;" />
           <asp:Button ID="Button7" runat="server" CausesValidation="False"
            onclick="Showbutton_Click"
            style="z-index: 1; left: 7px; top: 123px; position: absolute"
            Text="Show" />

</asp:Panel>

</ContentTemplate>
<Triggers>
<%--<asp:AsyncPostBackTrigger ControlID="Button3" EventName="Click" />--%>
<asp:PostBackTrigger ControlID="Button2" />
</Triggers>
</asp:UpdatePanel

>

Thanks.
Tags: ASP.NET

Plain Text
ASM
ASP
ASP.NET
BASIC
BAT
C#
C++
COBOL
CoffeeScript
CSS
Dart
dbase
F#
FORTRAN
HTML
Java
Javascript
Kotlin
Lua
MIDL
MSIL
ObjectiveC
Pascal
PERL
PHP
PowerShell
Python
Razor
Ruby
Scala
Shell
SLN
SQL
Swift
T4
Terminal
TypeScript
VB
VBScript
XML
YAML

Preview



When answering a question please:
  1. Read the question carefully.
  2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  3. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  4. Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
Please note that all posts will be submitted under the http://www.codeproject.com/info/cpol10.aspx.



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900