Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3788726
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T12:02:41+00:00 2026-05-19T12:02:41+00:00

i am developing web application and contain modal popup extender in which update panel

  • 0

i am developing web application and contain modal popup extender in which update panel made and it contain file upload control but file upload control not working in it.

This is my modal popup which contain fileupload control
alt text

and my modal popup source code

 <cc1:ModalPopupExtender ID="AddNews" runat="server" PopupControlID="pnlPopUp1" BehaviorID="AddNews"
    TargetControlID="btnNews" BackgroundCssClass="modalBackground">
</cc1:ModalPopupExtender>
<asp:Panel ID="pnlPopUp1" runat="server" CssClass="modalPopup" Height="450px" Width="660px"
    Style="display:none; z-index: 100000">

    <asp:UpdatePanel ID="Upanel1" runat="server">

        <ContentTemplate>
            <div>
                <table cellpadding="0" cellspacing="0" width="100%">
                    <tr style="height: 35px;">
                        <td style="width:170px">
                        </td>
                        <td style="text-align: center">
                            <h1>
                                Add News</h1>
                        </td>
                        <td style="text-align: right">
                            <asp:ImageButton ID="ImageButton2" AlternateText="Close Image" runat="server" ImageUrl="~/images/delete_32i.GIF"
                                OnClientClick="return closePopup('News')" />
                        </td>
                    </tr>
                    <tr>
                    <td colspan="2">
                    <asp:Label ID="lblAddNewsError" runat="server" Text="" ForeColor="Red"></asp:Label>
                    </td>
                    </tr>
                    <tr>
                    <td>News Title:</td><td>
                        <asp:TextBox ID="txtNewTitle" Width="250px" runat="server" MaxLength="500"></asp:TextBox>
                    </td><td>
                            <asp:RequiredFieldValidator ID="rfvNewsTitle" runat="server" 
                                ControlToValidate="txtNewTitle" ErrorMessage="*" ToolTip="Enter news title" 
                                ValidationGroup="AddNews"></asp:RequiredFieldValidator>
                        </td>
                    </tr>
                    <tr>
                    <td>Upload News Video</td><td>
                        <asp:FileUpload ID="FileUpload1" runat="server" />
                    </td><td><asp:RegularExpressionValidator ID="RegularExpressionValidator1" 
                                runat="server" ControlToValidate="FileUpload1" 
                                ErrorMessage="Invalid video File" 
                                ValidationExpression="^([0-9a-zA-Z_\-~ :\\])+(.avi|.AVI|.wmv|.WMV|.flv|.FLV|.mpg|.MPG|.mp4|.MP4)$" 
                                ToolTip="Only allow avi, wmv, flv, mpg, mp4 formats video files" 
                                ValidationGroup="AddNews"></asp:RegularExpressionValidator></td>
                    </tr>
                    <tr style="height: 5px">
                        <td>
                        </td>
                    </tr>
                </table>
                 <div>
                <table cellpadding="0" cellspacing="0" width="100%">
                    <tr>
                        <td style="width: 675px">
                            <FCKeditorV2:FCKeditor ID="FCKAddNewsContent" basepath="~/fckeditor/" runat="server" Height="300px"></FCKeditorV2:FCKeditor>
                        </td>
                        <td valign="top">

                        </td>
                    </tr>
                    <tr>
                    <td style="text-align:right">
                        <asp:Button ID="btnAddNews" runat="server" Text="Add News" 
                            onclick="btnAddNews_Click" ValidationGroup="AddNews" />
                               &nbsp;<asp:Button ID="btnClose"
                            runat="server" Text="Close" OnClientClick="return closePopup('News')" 
                            CausesValidation="False" /></td><td></td>
                    </tr>
                    </table>
                    </div>
            </div>

        </ContentTemplate>
        <Triggers>
        <asp:PostBackTrigger ControlID="btnAddNews" />
        </Triggers>
    </asp:UpdatePanel>
</asp:Panel>

as you see my one button also mentioned in postback trigger as i click on this button the result which i got is
alt text

can anyone help me out from this problem.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T12:02:41+00:00Added an answer on May 19, 2026 at 12:02 pm

    only one thing i just need in web.config and make it working


    <httpRuntime executionTimeout="90" maxRequestLength="2000000" useFullyQualifiedRedirectUrl="false" requestLengthDiskThreshold="8192"/>

    Point up my answer if you got your solution.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a web application which has Chart Controls. I have developed a
We are developing a web application which is available in 3 languages. There are
I'm developing a web- application using NHibernate. Can you tell me how to write
I am developing a web application using Struts 2.1.2 and Hibernate 3.2.6.GA. I have
I'm developing a web application that is targeted at IE and during testing would
I'm developing a web application and I need to mix Forms & Windows authentication
I'm currently developing a web application in ASP.Net with SQL Server and I would
We are developing a web application that will be sold to many clients. There
I am tasked with developing a web application and am thinking of using the
I am in the process of developing a web application that consists visually of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.