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 156993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T10:25:28+00:00 2026-05-11T10:25:28+00:00

I have the following situation… In a certain View, the user must select the

  • 0

I have the following situation… In a certain View, the user must select the initial hour, the final hour and the weekday. But, I can’t save this informations to DB ’cause I need to save my whole page and I need the primary key of the primary table, but that’s not the point.

So, while I don’t save these data to DB, I’m saving to a Session. I was told to save to a cookie, but it appears that cookies have a size limit. So, I’m saving to a Session.

Buuuut, I was also told that I could save these informations (hours and weekday) to the user page, simulating a ASP.NET ViewState…

Does anyone know how to do this?? Does anyone know how to save temporarily these data withou using cookie or Session??

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. 2026-05-11T10:25:29+00:00Added an answer on May 11, 2026 at 10:25 am

    Hidden input fields won’t help?

    <%= Html.Hidden(...) %> 

    Update (serializing an object to base64):

    var formatter = new BinaryFormatter(); var stream = new MemoryStream(); formatter.Serialize(stream, myObject); // myObject should be serializable. string result = Convert.ToBase64String(stream.ToArray()); 

    When you want to fetch it back:

    var formatter = new BinaryFormatter(); var stream = new MemoryStream(Convert.FromBase64String(hiddenFieldValue)); var myObject = (MyObjectType)formatter.Deserialize(stream); 

    Make sure you validate the data stored in the field when you use it as the client might change it. ViewState takes care of this automatically.

    Side note: ASP.NET uses LosFormatter instead of BinaryFormatter to serialize ViewState as it’s more efficient or ASCII based serialization. You might want to consider that too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following situation: A user will define a certain filter on a
I have following situation: I have loged user, standard authentication with DB table $authAdapter
I have the following situation: I have class User with the follwing properies :
I have the following situation: From within a view controller, I go about creating
I have the following situation: One Destination can have Many Aliases Logically : I
I have the following situation: I have a certain function that runs a loop
I have the following situation in a Ruby on Rails app: user fills in
I have following situation: class TextBoxCellControl : TextBox, IDataGridViewCellControl class EnhancedTextBoxCellControl : Panel, IDataGridViewCell
I have following situation. A main table and many other tables linked together with
I have following situation. In a constructor of a pseudo class I attach a

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.