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 ...
-
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?
-
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?
>
Similar Threads
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 10-15-2007, 03:56 PM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 10-04-2007, 02:33 AM
-
By Application Development in forum CSharp
Replies: 7
Last Post: 09-11-2007, 06:54 PM
-
By Application Development in forum DOTNET
Replies: 3
Last Post: 09-06-2007, 08:13 AM
-
By Application Development in forum DOTNET
Replies: 2
Last Post: 07-12-2007, 04:26 AM