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 7554507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T11:21:12+00:00 2026-05-30T11:21:12+00:00

<form id=Form1 method=post runat=server> <uc1:PageHeaderDisplay id=pageHeaderDisplay1 runat=server></uc1:PageHeaderDisplay> <asp:HiddenField runat=server ID=postedFormData /> <div style=display: none;

  • 0
<form id="Form1" method="post" runat="server">
        <uc1:PageHeaderDisplay id="pageHeaderDisplay1" runat="server"></uc1:PageHeaderDisplay>
        <asp:HiddenField runat="server" ID="postedFormData" />

        <div style="display: none;" class="uploadxmlcontainer">
            Upload XML: <asp:FileUpload runat="server" ID="fileUpload" onChange="$('.uploadFile').click();"  /><asp:Button runat="server" CssClass="uploadFile" Text="Upload" OnClick="UploadFile" style="display: none;" />
        </div>

I have a fileupload control inside the original asp.net webforms form. What would be the easiest way to implement a non-postback solution? My problem is that when the user, for example, add some table rows using jquery -> uploads a file = the rows dissapear because of the postback.

Can i use a plugin like ajaxforms for asp.net webforms? Or can you make an iframe that posts to the main page? Im looking for a simple solution, if possible 🙂

Any help is much appreciated! Thanks

  • 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-30T11:21:13+00:00Added an answer on May 30, 2026 at 11:21 am

    I thing you can use Qjuery plungin as uploadify (flash upload control) with Ajax
    It is simple:

    1. Download plugin from http://www.uploadify.com/download/

    2. Add to HTML

    
    
        <div id="fileuploader">
    
    
    1. Set JQuery
    
    
        <script type="text/javascript">
            $(window).load(
            function () {
                $("#fileuploader").fileUpload({
                    'uploader': '/Scripts/uploader.swf',
                    'cancelImg': '/Images/cancel.png',
                    'buttonText': 'Upload Image',
                    'script': 'Upload',
                    'folder': '/uploads',
                    'fileDesc': 'Image Files',
                    'fileExt': '@imageType',
                    'multi': false,
                    'auto': true,
                    'sizeLimit'   : 204800
                });
            }
        );
        </script>
    
    

    More details: http://www.uploadify.com/documentation/

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

Sidebar

Related Questions

I have the following ASP page: <asp:Content ID=Content2 ContentPlaceHolderID=ShellContent runat=server> <form runat=server id=AddNewNoteForm method=post>
Default.aspx; <form id=form1 runat=server action=Default2.aspx method=post> <input type=checkbox name=change id=change/> </form> Default2.aspx.cs string ismultiple
I've got a simple upload form. Here's my code: <form id=Form1 method=post enctype=multipart/form-data runat=server
I have a user control which contains the following code: <form id=CurrencyForm method=post runat=server>
We have some html that looks like this: <form id=MyUserControl runat=server method=post> <script language=javascript
I have this code: <form Name=AddPlace ID=AddPlace action=AddPlace.aspx class=niceform method=post runat=server> That when i
I have a html form with the data by this post method 'form id='form1'
I am trying to get some form data from POST method. Here's the code
I am having problems getting my form to Post to my Save method in
I have an HTML form: <form action='process.php' method='post'> <input type='checkbox' name='check_box_1' /> Check me!<br>

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.