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. General Programming
  3. Visual Basic
  4. Web Application related query

Web Application related query

Scheduled Pinned Locked Moved Visual Basic
databasequestion
3 Posts 2 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.
  • V Offline
    V Offline
    Vijaya Krishnamoorthy
    wrote on last edited by
    #1

    i have developed a web application in which i have make use of a single web form which will ivoke web service. In that form, i have used 3 textboxes and a dropdown list box. In that list box i have included 4 services as items. once if i choose a service/ operation, it does the operation which i want but when i try to choose another service/operation, it automatically doubles the amount of items already added into that drop down list box. y it happens? can any one know abt it?.. if so can u plz tell me that what i have to do for eleminating that? thanks, with regards, :) K.Vijaya

    G 1 Reply Last reply
    0
    • V Vijaya Krishnamoorthy

      i have developed a web application in which i have make use of a single web form which will ivoke web service. In that form, i have used 3 textboxes and a dropdown list box. In that list box i have included 4 services as items. once if i choose a service/ operation, it does the operation which i want but when i try to choose another service/operation, it automatically doubles the amount of items already added into that drop down list box. y it happens? can any one know abt it?.. if so can u plz tell me that what i have to do for eleminating that? thanks, with regards, :) K.Vijaya

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      It sounds like you are adding the items on each postback. You should only do that when you create the page the first time, e.g. when IsPostBack is false. Translation: it snd lk u r addn d items on each postbk. u shd only do dat when u create d page d first time, e.g. when IsPostBack is false --- b { font-weight: normal; }

      V 1 Reply Last reply
      0
      • G Guffa

        It sounds like you are adding the items on each postback. You should only do that when you create the page the first time, e.g. when IsPostBack is false. Translation: it snd lk u r addn d items on each postbk. u shd only do dat when u create d page d first time, e.g. when IsPostBack is false --- b { font-weight: normal; }

        V Offline
        V Offline
        Vijaya Krishnamoorthy
        wrote on last edited by
        #3

        ya its working fine now.. what u gave here is really helpful to me. thanks a lot :):):-D K.Vijaya

        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