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. About post back

About post back

Scheduled Pinned Locked Moved ASP.NET
csharphelpasp-netquestionlearning
3 Posts 3 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.
  • Z Offline
    Z Offline
    Zapss
    wrote on last edited by
    #1

    Hello all Im beginner in asp.net I have a problem with the auto postback function.I am using ASP.NET and C#.I have a Textbox with autopost back option true and command button in asp.net page.when ever textbox auto postback event fires,the code in button event aslo fires automatically.i dont want to fire this event in textbox autopost back event.i could i prevent this?why this happens :doh: Plz Help me.

    C A 2 Replies Last reply
    0
    • Z Zapss

      Hello all Im beginner in asp.net I have a problem with the auto postback function.I am using ASP.NET and C#.I have a Textbox with autopost back option true and command button in asp.net page.when ever textbox auto postback event fires,the code in button event aslo fires automatically.i dont want to fire this event in textbox autopost back event.i could i prevent this?why this happens :doh: Plz Help me.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Why do you need autopostback in both ? Does the textbox autopostback when you change it ? Autopostback is ugly, you should try to avoid it. It means more work for your server, and more waiting for your client. Christian Graus - Microsoft MVP - C++

      1 Reply Last reply
      0
      • Z Zapss

        Hello all Im beginner in asp.net I have a problem with the auto postback function.I am using ASP.NET and C#.I have a Textbox with autopost back option true and command button in asp.net page.when ever textbox auto postback event fires,the code in button event aslo fires automatically.i dont want to fire this event in textbox autopost back event.i could i prevent this?why this happens :doh: Plz Help me.

        A Offline
        A Offline
        Anish Gopi
        wrote on last edited by
        #3

        Autopost back for a TextBox will not fire button Click.There is some problem with the mapped events try after remapping everything.

        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