webform data never changes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • moid

    webform data never changes

    my webform doesnt seems updated on navigation buttons nor textbox values
    from code behind i can see the values change on code behind but they are
    aint effecting the webforms the webforms contains the data which was
    initially loaded. and nothing happens when any button is pressed on server
    side im using httpmodule in my application


  • Teemu Keiski

    #2
    Re: webform data never changes

    Hi,

    please provide more exact description (code or something). It is hard to
    help you with this little information.

    --
    Teemu Keiski
    MCP, Microsoft MVP (ASP.NET), AspInsiders member
    ASP.NET Forum Moderator, AspAlliance Columnist


    "moid" <imoid@hotmail. com> wrote in message
    news:ush0yBqzDH A.3900@tk2msftn gp13.phx.gbl...[color=blue]
    > my webform doesnt seems updated on navigation buttons nor textbox values
    > from code behind i can see the values change on code behind but they are
    > aint effecting the webforms the webforms contains the data which was
    > initially loaded. and nothing happens when any button is pressed on server
    > side im using httpmodule in my application
    >
    >[/color]


    Comment

    • Marshal Antony

      #3
      Re: webform data never changes

      Make sure you have runat="Server" on all your server controls.It is
      difficult to guess what exactly is your problem,
      if the above solution doesn't work look at AutoEventWireUp =true as your
      Page_Load may not be working for some reason..
      Regards,
      Marshal Antony




      "moid" <imoid@hotmail. com> wrote in message
      news:ush0yBqzDH A.3900@tk2msftn gp13.phx.gbl...[color=blue]
      > my webform doesnt seems updated on navigation buttons nor textbox values
      > from code behind i can see the values change on code behind but they are
      > aint effecting the webforms the webforms contains the data which was
      > initially loaded. and nothing happens when any button is pressed on[/color]
      server[color=blue]
      > side im using httpmodule in my application
      >
      >[/color]


      Comment

      Working...