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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T02:15:05+00:00 2026-05-16T02:15:05+00:00

This question about jquery plugin fullcalendar. How I can return to selected date after

  • 0

This question about jquery plugin fullcalendar.
How I can return to selected date after postback?..

For example, i have week agenda as default view. Assume I choose next week (custom week) and create the event in it.
After postback I return to default week, but I want get custom week.

How can be resolved this issue?.. Please help!
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-16T02:15:06+00:00Added an answer on May 16, 2026 at 2:15 am

    The javascript can get values from a property, so put the value into the session state before postback. On postback pull the value from the session state into the property. From the client then get the value from the property.

    Server Side:

    public string bar { get; set; }
    
    protected void Page_Load(object sender, EventArgs e)
    {
        if (IsPostBack)
            bar = Session["barvalue"].ToString();        
    }
    

    Client Side:

            $(document).ready(function() {
                var foo = '<%= bar %>';
                alert(foo);
            });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 507k
  • Answers 507k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I generally advise creating a BasePage class of some sort… May 16, 2026 at 4:10 pm
  • Editorial Team
    Editorial Team added an answer To start off, you might want to check what fonts… May 16, 2026 at 4:09 pm
  • Editorial Team
    Editorial Team added an answer When adding updateCheck="false" to your <ehcache /> element doesn't work,… May 16, 2026 at 4:09 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I am using JQuery Validation plugin and have a question about validation. If I
I have quick question about jQuery plugins, hope somebody out there has some advice.
This is my second question about this topic, the original question can be found
I've just discovered the fullCalendar jQuery plugin which does pretty much everything I need
I'm currently using the jquery-form-observe plugin which uses onbeforeunload to prompt the user about
I have this block of code that eventually get serialized to JSON, for use
I recently asked a question about formatting JavaScript code in Vim. And I've also
I'm adding the star rating plugin from www.fyneworks.com/jquery/star-rating/ and I'm finding the documentation rather
this is my first post here on stackoverflow and am very impressed by the
I have written a set of javascript functions that allow me to validate user

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.