exclude control in updatepanel from doing async postback - DOTNET

This is a discussion on exclude control in updatepanel from doing async postback - DOTNET ; I've got a GridView control in an updatepanel. Each row has two controls. one control only affects the display of things inside the update panel, so I want it to be asynchronous, but the other control affects things on the ...

+ Reply to Thread
Results 1 to 2 of 2

exclude control in updatepanel from doing async postback

  1. Default exclude control in updatepanel from doing async postback

    I've got a GridView control in an updatepanel. Each row has two controls.
    one control only affects the display of things inside the update panel, so I
    want it to be asynchronous, but the other control affects things on the rest
    of the page which aren't inside an update panel. Can I make a control in an
    update panel stop doing asynchronous postbacks?



  2. Default Re: exclude control in updatepanel from doing async postback

    I think your problem would be clearer if we could see your code so that we
    can see exactly what is doing what.
    --
    Nathan Sokalski
    njsokalski@hotmail.com
    http://www.nathansokalski.com/
    "Jeremy" <nospam@please.com> wrote in message
    news:eJ1y933CIHA.5600@TK2MSFTNGP04.phx.gbl...
    > I've got a GridView control in an updatepanel. Each row has two controls.
    > one control only affects the display of things inside the update panel, so
    > I want it to be asynchronous, but the other control affects things on the
    > rest of the page which aren't inside an update panel. Can I make a
    > control in an update panel stop doing asynchronous postbacks?
    >




+ Reply to Thread

Similar Threads

  1. (Ajax) Loading a web service after async postback
    By Application Development in forum DOTNET
    Replies: 0
    Last Post: 10-15-2007, 03:56 PM
  2. get related ajax updatePanel on postback
    By Application Development in forum DOTNET
    Replies: 0
    Last Post: 10-04-2007, 02:33 AM
  3. Console app async control
    By Application Development in forum CSharp
    Replies: 7
    Last Post: 09-11-2007, 06:54 PM
  4. Replies: 3
    Last Post: 09-06-2007, 08:13 AM
  5. Replies: 2
    Last Post: 07-12-2007, 04:26 AM