localdatacache

Local Data Cache Sync Framework table loses ability to use Default values

Hi, I have a clinet sdf file (sql compact) that is created by the LocalDataCache.sync in Visual Studio 2008. The server is SQL Server 2008. On the server if I do the following: CREATE TABLE test ( [firstfield] float NOT NULL DEFAULT 1, [secondfield] float NOT NULL DEFAULT 2) GO INSER...

data caching in clientside

Is it possible to do data caching in client-side in asp.net and c#.net? iam planning to cache a dataset. if so please provide a sample? ...