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

  • Home
  • SEARCH
  • 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 8942965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:39:30+00:00 2026-06-15T11:39:30+00:00

I have a textbox and a homemade datecalendar. Pressing a date div (class .available)

  • 0

I have a textbox and a homemade datecalendar. Pressing a date div (class .available) in a calendar triggers jquery to enter the date in the textbox, see code:

<asp:TextBox id="hidOutboundSelectedDate" ClientIDMode="Static" runat="server" />

$(".available").click(function () {
    var selected = $(this).text();
    $("#hidOutboundSelectedDate").val(selected);
});

I press the search button and eventually enter the following code behind method:

public string GetSelected()
{
    var test1 = Request.Form[hidOutboundSelectedDate.UniqueID];
    var test2 = hidOutboundSelectedDate.Text;
    var test3 = FindControl("hidOutboundSelectedDate");
    // some extra code goes here
}

At this moment all of these 3 versions (test3 will be debugged to check .Text) show the same value, the one i picked in my calendar.

Now to the issue:

I “go back” to choose a new date from my calendar, the textbox is empty like it was in the begining. I select a date, the jquery sets the value to the new date. If i go to the Chrome browser console and check what the value is, i get the correct value in return.

I eventually reach the “GetSelected()” method and my 3 test versions gives the following result:

test1 = null
test2 = old value 
test3 = old value

What am I doing wrong?

  • 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-06-15T11:39:31+00:00Added an answer on June 15, 2026 at 11:39 am

    Can you confirm which stage of the page lifecycle is the GetSelected() method called? Trying to read the value before the posted data is loaded will result in the above result..

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

Sidebar

Related Questions

Im creating forum like application and I have textbox where users can enter tags
I have textbox that I want to run some jquery when the textbox loses
I am using jquery on asp.net mvc. I have textbox on page and I
I am using vb.net code and sql server 2005. I have textbox in my
I have textbox code in .aspx file as below <telerik:GridTemplateColumn UniqueName=Format HeaderText=Format DataField=SystemMessageTextId HeaderStyle-Width=60>
have a TextBox item (MyTextBox) on a TabItem control. I have code that looks
I have textbox to enter only alphabet and numerical values. I do not want
I have 2 textbox controls where date values will be entered. I want it
I have a textbox, and it needs not allow the user to enter any
I have a textbox whose input is being handled by jQuery. $('input.Search').bind(keyup, updateSearchTextbox); When

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.