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. on dropdownlist selected indexchange event the fiel upload data is lost

on dropdownlist selected indexchange event the fiel upload data is lost

Scheduled Pinned Locked Moved ASP.NET
csharptutorialasp-net
5 Posts 4 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.
  • D Offline
    D Offline
    developerit
    wrote on last edited by
    #1

    hi iam using asp.net with c# in my form there is file upload control to browse and get the image and there is dropdownlist control from which i have to select the items , on selecting the items from dropdownlist onselectedindex changed event ,the file upload control is becomming empty how to handle this situation can you give example which helps me

    E M 2 Replies Last reply
    0
    • D developerit

      hi iam using asp.net with c# in my form there is file upload control to browse and get the image and there is dropdownlist control from which i have to select the items , on selecting the items from dropdownlist onselectedindex changed event ,the file upload control is becomming empty how to handle this situation can you give example which helps me

      E Offline
      E Offline
      Eduard Keilholz
      wrote on last edited by
      #2

      Do you set the value of the dropdownlist in (for example) the OnLoad event?

      if (!IsPostback)
      {
      // Set dropdown values
      }

      .: I love it when a plan comes together :. http://www.zonderpunt.nl

      T 1 Reply Last reply
      0
      • E Eduard Keilholz

        Do you set the value of the dropdownlist in (for example) the OnLoad event?

        if (!IsPostback)
        {
        // Set dropdown values
        }

        .: I love it when a plan comes together :. http://www.zonderpunt.nl

        T Offline
        T Offline
        The solution
        wrote on last edited by
        #3

        You can place the dropdown list and the control you want to change onselectedindexchanged in update panel control, but place the upload control outside the update panel. it will surely work for you.

        D 1 Reply Last reply
        0
        • T The solution

          You can place the dropdown list and the control you want to change onselectedindexchanged in update panel control, but place the upload control outside the update panel. it will surely work for you.

          D Offline
          D Offline
          developerit
          wrote on last edited by
          #4

          thanks for the code project team ..... this logic helps me

          1 Reply Last reply
          0
          • D developerit

            hi iam using asp.net with c# in my form there is file upload control to browse and get the image and there is dropdownlist control from which i have to select the items , on selecting the items from dropdownlist onselectedindex changed event ,the file upload control is becomming empty how to handle this situation can you give example which helps me

            M Offline
            M Offline
            maltova
            wrote on last edited by
            #5

            selected indexchange event fires twice when selection changes i.e one event for deselecting the previous item and other for selecting the new item. you may be refreshing the fileupload control in selected index change event,if so,make sure file upload path is empty before refreshing.

            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