The ObjectDataSource doesn't use SOAP (unless it's specifically used by
your data object), the page is reloaded from the server. You can,
however, use ASP.NET AJAX (Atlas) to do a partial page refresh without
reloading the whole page.
Angel Of Death wrote:
> When you use the ObjectDataSource with the GridView ASP.NET control is
> it the client (browser) that makes the SOAP request required for
> interaction with the WebService or is it the server?
>
> I'm just trying to work out how the GridView control works (i.e. what it
> does for me behind the scenes).
>
> i.e. When I retrieve data to display in my GridView is a reload of the
> page from the server required?
|