Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Hold FileUpload Dat

Hold FileUpload Dat

Scheduled Pinned Locked Moved ASP.NET
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    R Palanivel
    wrote on last edited by
    #1

    Hi Friends I need to remain the value of Fileupload control in post back event. Thanks in advance

    r_palanivel83 10:01 4 Jan '06

    M S A W 4 Replies Last reply
    0
    • R R Palanivel

      Hi Friends I need to remain the value of Fileupload control in post back event. Thanks in advance

      r_palanivel83 10:01 4 Jan '06

      M Offline
      M Offline
      Masood Kochi SSF
      wrote on last edited by
      #2

      I think it is IMPOSSIBLE ...........................? // store in a variable;

      1 Reply Last reply
      0
      • R R Palanivel

        Hi Friends I need to remain the value of Fileupload control in post back event. Thanks in advance

        r_palanivel83 10:01 4 Jan '06

        S Offline
        S Offline
        SathyaSiva
        wrote on last edited by
        #3

        I am also trying this. it's not workimg.

        Sathya

        1 Reply Last reply
        0
        • R R Palanivel

          Hi Friends I need to remain the value of Fileupload control in post back event. Thanks in advance

          r_palanivel83 10:01 4 Jan '06

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #4

          did you try with AJAX. Put FileUpload Control into a update panel and make UpdateMode=Conditional and put other control in some other update panel . you can try it... <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server" /> <div> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:FileUpload ID="FileUpload1" runat="server" /> </ContentTemplate> </asp:UpdatePanel> </div> <asp:UpdatePanel ID="UpdatePanel2" runat="server"> <ContentTemplate> <asp:Button ID="Button1" runat="server" Text="Button" /> </ContentTemplate> </asp:UpdatePanel> </form>

          Best Regards ----------------- Abhijit Jana Check Out My Latest Article Java.NET : Integration of Java and .NET[^] "Success is Journey it's not a destination"

          1 Reply Last reply
          0
          • R R Palanivel

            Hi Friends I need to remain the value of Fileupload control in post back event. Thanks in advance

            r_palanivel83 10:01 4 Jan '06

            W Offline
            W Offline
            windhopper
            wrote on last edited by
            #5

            Try using viewstate or session maybe? It worked for me.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups