Hello,
I know what is postback the whole page is submitted to the server for
processing. We can use Page.IsPostBack (vb.net) in order to check whether
the page is postbacked or whether its loaded the first time.
Now, when using client callback, there is only a part of the page postbacked
instead of the whole page. Can we stillconsider this as "postback"? I mean,
will the Page.IsPostBack also work with client callback, or only with a full
postback?
Thanks
David
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] - 11 Dec 2007 19:49 GMT
Yes, most AJAX techniques will cause Page.IsPostBack to return true for
client callbacks too.

Signature
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
> Hello,
>
[quoted text clipped - 9 lines]
> Thanks
> David
David - 11 Dec 2007 20:07 GMT
Thanks
> Yes, most AJAX techniques will cause Page.IsPostBack to return true for
> client callbacks too.
[quoted text clipped - 12 lines]
>> Thanks
>> David