Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Calendar changing year

Calendar changing year

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelpannouncement
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    J Liang
    wrote on last edited by
    #1

    Hi, I am having a problem with the calendar in asp.net. Here is the situation. I have a textbox which will show the date user selected, a button to get the calendar out, the calendar itself and a drop down list which will change the year of the calendar. It works well that the drop down list is able to change the year of the calendar by: if (Calendar1.Visible == true) { DateTime dtNewDate; dtNewDate = DateTime.Parse(Convert.ToInt16(this.Calendar1.SelectedDate.Month) + "/" +Convert.ToInt16(this.Calendar1.SelectedDate.Day) + "/" + Convert.ToInt16(ddYear.SelectedItem.Text)); Calendar1.TodaysDate = dtNewDate; } The problem is when I change the month of the calendar to another month, when I onSelectedChanged on the drop down list, it doesn't change the year for me any more. I'd been wondering what was wrong. Btw, I am putting the calendar, textbox and button in the updatePanel and the drop down out side the update panel. Thanks in advance. J Liang

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups