PC Review


Reply
Thread Tools Rate Thread

DataSet serialization

 
 
Viorel Ghilas
Guest
Posts: n/a
 
      4th Feb 2004
Hi all,

I have my own classes that derives from DataTable,
Ex.
[Serializable]
public class MyTable1 : DataTable {
public MyTable1() : base { ... }
public MyTable1(SerializationInfo info, StreamingContext context) :
base(info, context) {}
}

My business layer create and fill the table and add it to the DataSet obectr
and send serialiazed to the client via remouting, on the UI side when I get
the table the type is simple DataTable, why ? How to serialized and
desirizlized the typed DataTable, I want to get typed DaTable

with best regards
Viorel ghilas


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataSet - Custom XML Serialization Just D. Microsoft C# .NET 2 29th Apr 2009 10:03 AM
Dataset serialization =?Utf-8?B?QnJpYW4gS2VhdGluZw==?= Microsoft C# .NET 4 26th Jul 2005 02:25 PM
DataSet lost row in serialization =?Utf-8?B?TWF1cmljaW8gUGlyZXM=?= Microsoft Dot NET Framework 1 17th Jan 2005 12:25 PM
Serialization of arrays in dataset =?Utf-8?B?Q29s?= Microsoft Dot NET Compact Framework 0 10th Nov 2004 12:10 PM
DataSet serialization Viorel Ghilas Microsoft ADO .NET 2 6th Feb 2004 02:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:50 PM.