tags:

views:

43

answers:

2

Hello All I have tried to use Dataset in Silverlight Application. But I'm not able to create dataset object. Please give me a solution for this.

Thanks In Advance.

+1  A: 

Silverlight only has a subset of the .NET framework features, and DataSets are not part of this subset...

However there is a third party implementation of datasets for Silverlight here

Thomas Levesque
A: 

Silverlight does not support Datasets. See here for a discussion about alternatives: http://forums.silverlight.net/forums/p/23300/82701.aspx

Konamiman