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. Diff between IspostBack and IsCallback

Diff between IspostBack and IsCallback

Scheduled Pinned Locked Moved ASP.NET
questiontutorial
4 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.
  • S Offline
    S Offline
    Sudhanshu Mani Tripathi
    wrote on last edited by
    #1

    What is IsCallback? when to use Callback? Pz explain with example ?

    P B A 3 Replies Last reply
    0
    • S Sudhanshu Mani Tripathi

      What is IsCallback? when to use Callback? Pz explain with example ?

      P Offline
      P Offline
      Pranay Rana
      wrote on last edited by
      #2

      i think you should google and find out answer becuase there you find more information and articles.

      1 Reply Last reply
      0
      • S Sudhanshu Mani Tripathi

        What is IsCallback? when to use Callback? Pz explain with example ?

        B Offline
        B Offline
        Brij
        wrote on last edited by
        #3

        Callback is very good approach,when we dont want to postback the whole page to the sever.Here we make the html from server and simply paste that html in our page useing the callback response. For details Have a look

        Cheers!! Brij

        1 Reply Last reply
        0
        • S Sudhanshu Mani Tripathi

          What is IsCallback? when to use Callback? Pz explain with example ?

          A Offline
          A Offline
          AdilSaud
          wrote on last edited by
          #4

          Hi, Callback is used to contact web server(either submitting some information to Web server OR retrieving information from Web Server) in such a way that end user does not experience the processing of request. In simple words when a callback request is made, system serves the request on the web server and present the information requested on the user interface without refreshing the entire web page on the end user's machine. Techinally speaking when a callback request is made then Page_PreRender(Before, On and After) events are not fired and the requested information is handed to user interface, this will prevent the complete rendering of page and only the portion that requested the call back operation/request will be updated. Callback improves the user experience, saves performance and saves the response time. Postback is the normal process that happens when a page contact web server(either submitting some information to Web server OR retrieving information from Web Server) and it refreshes complete page on the web server. In simple words when a postaback occurs complete page is rendered again. Hope this helps, let me know if you need any further information on the same. Thanx, Adil...:))

          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