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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Two Calendar Controls

Two Calendar Controls

Scheduled Pinned Locked Moved ASP.NET
4 Posts 4 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.
  • M Offline
    M Offline
    Mansi Arora
    wrote on last edited by
    #1

    I have two calendar controls on same page,if month selection on title bar of calendar is changed on one calendar second calendar's month automatically get changed

    N J R 3 Replies Last reply
    0
    • M Mansi Arora

      I have two calendar controls on same page,if month selection on title bar of calendar is changed on one calendar second calendar's month automatically get changed

      N Offline
      N Offline
      nagendrathecoder
      wrote on last edited by
      #2

      So, what is the problem? You didn't mentioned your problem. :wtf:

      1 Reply Last reply
      0
      • M Mansi Arora

        I have two calendar controls on same page,if month selection on title bar of calendar is changed on one calendar second calendar's month automatically get changed

        J Offline
        J Offline
        JHizzle
        wrote on last edited by
        #3

        That's nice for you. I'm assuming the hidden question there is "how do I do this?" Capture the selected date changed event on calendar one, capture which is the selected month and then apply it to number two.

        1 Reply Last reply
        0
        • M Mansi Arora

          I have two calendar controls on same page,if month selection on title bar of calendar is changed on one calendar second calendar's month automatically get changed

          R Offline
          R Offline
          raju melveetilpurayil
          wrote on last edited by
          #4

          Mansi Arora wrote:

          changed on one calendar second calendar's month automatically get changed

          This will help you.

          protected void Calendar1_VisibleMonthChanged(object sender, MonthChangedEventArgs e)
          {
          Calendar2.TodaysDate = e.NewDate;
          }

          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