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. ajax for partial refresh of the page

ajax for partial refresh of the page

Scheduled Pinned Locked Moved ASP.NET
helpquestion
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.
  • K Offline
    K Offline
    KishoreT
    wrote on last edited by
    #1

    I have a master page which consists of header, body and footer. The body has contentplaceholder for embedding the pages. in one of the page i have used ajax for partial refreshing, but the page is completely refresing instead of partial. what could be the problem. when i have tried with sample ajax implementation with one label and a button to display the time, it is functioning well.the complete page is not refreshing. what could be the problem in the above scenario?

    V 1 Reply Last reply
    0
    • K KishoreT

      I have a master page which consists of header, body and footer. The body has contentplaceholder for embedding the pages. in one of the page i have used ajax for partial refreshing, but the page is completely refresing instead of partial. what could be the problem. when i have tried with sample ajax implementation with one label and a button to display the time, it is functioning well.the complete page is not refreshing. what could be the problem in the above scenario?

      V Offline
      V Offline
      Venkatesh Mookkan
      wrote on last edited by
      #2

      In which place you placed your button? The button should be placed inside the UpdatePanel or your should add AsyncPostbackTrigger for the button.

      Castle Rider


      My: Website | Yahoo Group | Blog Spot

      K 1 Reply Last reply
      0
      • V Venkatesh Mookkan

        In which place you placed your button? The button should be placed inside the UpdatePanel or your should add AsyncPostbackTrigger for the button.

        Castle Rider


        My: Website | Yahoo Group | Blog Spot

        K Offline
        K Offline
        KishoreT
        wrote on last edited by
        #3

        In the actual context I have three listboxes, if i selected one item in the first listbox, the selectedindexhanged event is raised to get the neccessary details for the selected item in the first listbox and post the resulsts in the second listbox. the same scenario for the second listbox, if the item is selected in the second listbox, postback is done to get the details to fill in the third listbox. all the three controls are in the same which is shown as follows

        listbox1 onselectedindexchanged1
        listbox2 onselectedindexchanged2
        listbox3

        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