I'm a bit unclear on web services and data providers.
I'm wondering why WCF and web service functionality exist if they require a data provider.
If I use a data provider does this not prevent postbacks? Would an insert on a RadScheduler with a provider for example cause a postback and then fire the providers insert method? If it doesn't stop postbacks then I can understand the need to use WCF or web services as a facade/proxy to prevent postbacks.
I'm wondering why WCF and web service functionality exist if they require a data provider.
If I use a data provider does this not prevent postbacks? Would an insert on a RadScheduler with a provider for example cause a postback and then fire the providers insert method? If it doesn't stop postbacks then I can understand the need to use WCF or web services as a facade/proxy to prevent postbacks.