Click here to Skip to main content
16,022,400 members

Comments by sheetal.gawde (Top 12 by date)

sheetal.gawde 3-Jul-12 0:00am View    
Thanks a lot for your answer. can you please give me detailed description to achieve the above things or any useful link.

Thanks in advanced
sheetal.gawde 23-Mar-12 0:32am View    
Thanks for your reply. can this grid be used in Windows and wpf both. Also for VB.net and C#.net.
If not, please let me know if any other alternative third part tools for grid
sheetal.gawde 21-Mar-12 23:58pm View    
I have added [serializable] in my class still its giving the same problem as written above.
sheetal.gawde 21-Mar-12 4:26am View    
I have already added [serializable] in my class. please see my updated question[EDIT] with class definition.
sheetal.gawde 21-Mar-12 0:42am View    
In my application i want only one instance of the class. so i have 2 options, to create it as a static class or to use singleton class. I used Singleton Class, but failed to serialize that class. While serialization it create that file with size 1KB and while deserialization it gives exaption as
"Type 'classname+SingletonSerializationHelper' in Assembly 'namespace, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable."