Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6707565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:39:17+00:00 2026-05-26T07:39:17+00:00

We have web based application, we used dataset to store the information. WE used

  • 0

We have web based application, we used dataset to store the information. WE used to store these datasets in Sessions and get from Sessions during Ajax call and update them.
At that time Session State was InProc.

Now We want to store the session data in Sql Sever, to store in session we need to make the dataset [Serializable]

I test with normal datasets it works fine, but in our case we create our DataSets by inherit from DataSet like

public class OurDataSet : DataSet
{
#constants
all the column names are used in all the tables are used as Constants.

#constructor
// add all the related tables
public OurDataSet()
{
this.Tables.Add(OurDataTable());
}
public static DataTable OurDataTable()
{
}
}

My problem is that i can not serialized this object even decorated with [Serializable] attribute.

  1. How i will be able to store this dataset in the SQLServer session mode and get it back.
  2. It serialize fine, but gives me the following error on getting the data back from sqlserver.
    The constructor to deserialize an object of type ‘OurDataSet’ was not found.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:39:18+00:00Added an answer on May 26, 2026 at 7:39 am

    DataSet uses custom serialization (ISerializable) – which means you need to add a supporting constructor:

    protected OurDataSet(SerializationInfo information, StreamingContext context)
        : base(information, context) {}
    

    Note that the base implementation should handle all the details – you dont need to add anything. This may be in addition to a default constructor:

    public OurDataSet() {}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have recently implemented htmlpurifier in our web-based application. Earlier we used to have
We are developing web based java application. Richfaces used as library.And we have datatable
I have a code base that has been used as an ASP.Net web application.
I have a web-based application that notifies users of activity on the site via
I have a web-based application which is very highly reliant on jquery / javascript,
I have a client of my web based application who heavily uses the data
I'm writing a web based application that will have its own authorization/authentication mechanism (traditional
My boss have given me assignment to find how a web based application developed
Let me share the following scenario: I have a ASP.NET intranet Web-based application that
I have a Java based web-application using Java Server Faces and Facelets. I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.