exclude control in updatepanel from doing async postback

  • Thread starter Thread starter Jeremy
  • Start date Start date
J

Jeremy

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?
 
I think your problem would be clearer if we could see your code so that we
can see exactly what is doing what.
 
Back
Top